mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-11 01:44:02 +01:00
.. | ||
css | ||
fonts | ||
readme.md |
A directory with local fonts ( cyrillic, latin) as they are loaded in _common/customizer_common_typography.scss
(DSGVO : in some countries it is not allowed to load fonts from google because google stores the ip )
web_font_urls: ( 'alegreya_sans': 'https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100%3b0,300%3b0,400%3b0,500%3b0,700%3b0,800%3b0,900%3b1,300%3b1,400%3b1,500%3b1,700%3b1,800%3b1,900&display=swap',
Local links would be like :
web_font_urls: (
'abhaya-libre': '../assets/css/abhaya-libre.css', .....
);