Merriweather
@import
<link>
At the top of your primary CSS file, insert:
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/merriweather.min.css");
At the bottom of your
<head>
tag, insert:<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/merriweather.min.css">
This tag needs to be inserted in all HTML documents in which you'd like to use the font.
To use this font in your CSS:
font-family: 'Merriweather', sans-serif;
This font supports the following weights and styles:
- Light (300)
- Light Italic (300)
- Normal (400)
- Normal Italic (400)
- Bold (700)
- Bold Italic (700)
- Black (900)
- Black Italic (900)
Last modified 3yr ago