nicelylit / JeremysWorld

WordPress theme for my personal blog https://mjm1990.com/.
GNU General Public License v2.0
1 stars 0 forks source link

Refine fonts with mobile first principle #9

Closed jiamingm1990 closed 1 year ago

jiamingm1990 commented 1 year ago
  1. Reduce the excerpt length.
  2. Upgrade the MathJax.
  3. Support table and paragraph with overflow.
  4. Use Google Fonts for simplified Chinese.
  5. Make reply section more compact.
  6. Support archive page.
  7. Check the post ID for a JavaScript animation.
  8. Take screenshot of the PC version.
jiamingm1990 commented 1 year ago

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Font design Device | site-title | entry-title | entry-content h1 | entry-content h2 | entry-content h3 | entry-content p -- | -- | -- | -- | -- | -- | -- Phone (<620px) | 24 | 24 | 22 | 20 | 18 | 16 Tablet (>=620px) | 32 | 28 | 24 | 20 | 18 | 16 PC (>=955px) | 36 | 28 | 24 | 20 | 18 | 16
jiamingm1990 commented 1 year ago

https://github.com/jiamingm1990/JeremysWorld/commit/76076b3f7090c6cacc2ff1edbff5aae9dc4555f4