diff options
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -3,6 +3,11 @@ src: url("fonts/JosefinSans-VariableFont_wght.ttf"); src: url("fonts/JosefinSans-VariableFont_wght.ttf") format("truetype"); } +@font-face { + font-family: "Josefin Slab"; + src: url("fonts/JosefinSlab-VariableFont_wght.ttf"); + src: url("fonts/JosefinSlab-VariableFont_wght.ttf") format("truetype"); +} * { margin: 0px; padding: 0px; @@ -14,19 +19,19 @@ body { font-family: "Josefin Slab"; - font-weight: 400; + font-weight: 300; color: #27327b; } a { font-family: "Josefin Sans"; - font-weight: 400; + font-weight: 300; color: #27327b; } h1, h2, h3, h4, h5 { font-family: "Josefin Sans"; - font-weight: 700; + font-weight: 500; color: #27327b; } @@ -101,7 +106,7 @@ small { } .menu-container .menu-wrapper li a { text-decoration: none; - font-weight: 700; + font-weight: 500; font-size: 15vmin; color: #27327b; } |
