Hexo Plugins and Personalization of this site
Here are all the plugins and niche settings that personalize this blog and the Icarus theme.
Remove Uppercase Details
The Uppercase characters overflowed the page and affects the aesthetic.
Find the css tag that contains the keyword Uppercase and remove it.
{page.layout !== 'page' ? <div class="article-meta is-size-7 is-uppercase level is-mobile">
Better Sans Font
In _config.icarus.yml
, find the following section providers
:
providers:
# Name or URL template of the JavaScript and/or stylesheet CDN provider
cdn: jsdelivr
# Name or URL template of the webfont CDN provider
fontcdn: https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&display=swap
# Name or URL of the fontawesome icon font CDN provider
iconcdn: fontawesome
Choose your favorite font in Google Fonts, and paste the url of the font to fontcdn