-
Notifications
You must be signed in to change notification settings - Fork 30
Fonts
Drew Baker edited this page Apr 25, 2021
·
1 revision
This theme uses webfontloader for font loading.
- If you are using a
@font-face
font, then you will need to put the font files in/assets/fonts/
- Then define the CSS in
/styles/fonts.css
- Set the names of the font families in
/web-font-loader.js
- Uncomment the
fonts.css
CSS line innuxt.config.js
- Uncomment the
web-font-loader.client.js
plugin line innuxt.config.js
For Typekit or google fonts, please see the webfontloader documentation.