-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Remove built-in Lato font #249
Copy link
Copy link
Closed
Description
There are many issues with built-in Lato font ( #135, #137, #164, #167, #187), so I decide to remove the built-in Lato font and replace it by using Google font API.
But Google font API has the connection issue in China, so I have to do some additional things for this case. If language is set to zh-Hans, NexT will not use Google font API. And there will be a new setting use_lato_font, to manually turn it on/off.
That is to say, Lato font will be:
- off =
language: zh-Hans||use_font_lato: false - on = !off
Reactions are currently unavailable