ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

How to make the website the same size as your sample website? #267

Closed shj37 closed 4 years ago

shj37 commented 4 years ago

The website created locally seems bigger than your sample website (https://blog.zhangruipeng.me/hexo-theme-hueman/) and I prefer yours. Thank you. WM2(OP1O{OYR H}BN41{NHR Q)ZDN2RE8Z_P$FQQRR OHTG

ppoffice commented 4 years ago

@shj37 This is caused by the different fonts for Chinese and English characters. (Latin: Titillium Web, Chinese: Microsoft Yahei). You can replace the default fonts with a font that supports both Latin and Asian characters.

https://github.com/ppoffice/hexo-theme-hueman/blob/master/source/css/_variables.styl#L27

shj37 commented 4 years ago

@shj37 This is caused by the different fonts for Chinese and English characters. (Latin: Titillium Web, Chinese: Microsoft Yahei). You can replace the default fonts with a font that supports both Latin and Asian characters.

https://github.com/ppoffice/hexo-theme-hueman/blob/master/source/css/_variables.styl#L27

This is not caused by different languages, not just the font size (please compare the inside margin). I changed back to en, but it still appear to be larger than your sample website. Thank you.

BRS29F`L_COX19}PPWYF@E

ppoffice commented 4 years ago

@shj37 I tested it on my pc and it is the same to the online one. Could you please deploy your site so I can go check it out?

shj37 commented 4 years ago

@shj37 I tested it on my pc and it is the same to the online one. Could you please deploy your site so I can go check it out?

Solved now, the deployed version is the same as yours, thank you