-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make font-size customized only when theme.font.enable
is true
#1058
Conversation
theme.font.enable
theme.font.enable
theme.font.enable
is true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait for end font refactoring...
@stevenjoezhang are u think this is good? Because font-size and font-family – independence options. |
@ivan-nginx In my opinion, |
The current situation is consistent with documentation: Lines 478 to 481 in 2637c53
Maybe it would be better to keep it as is? |
- Add Google Analytics Pageview (theme-next#1198) - Make font-size customized only when `theme.font.enable` is true (theme-next#1058) - Point to different website based on the scheme (theme-next#1202) - New Valine options (theme-next#1193) - Improve the style of site-nav (theme-next#1180) - Code style update (theme-next#1197, theme-next#1205) - Replace id with class name (theme-next#1209) - Add lang attribute to article tag when specified in front matter (theme-next#1199) - Fix compatibility issues with hexo-util@1.3.0 (theme-next#1175) - Optimize the loading of three.js (theme-next#1140) - New README for NexT (theme-next#1155) *** For full changes, see the [comparison between v7.4.1 and v7.5.0](theme-next/hexo-theme-next@v7.4.1...v7.5.0)
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue resolved: N/A
What is the new behavior?
How to use?
In NexT
_config.yml
:Does this PR introduce a breaking change?