www.byjp.me/assets/scss/_fonts.scss
JP Hastings-Spital 2388d1247d
Reduce carbon footprint (#2)
* Reduce pageload by using system fonts
* Mark image size on homepage
* Remove unused conditionals
* Remove fonts, update /now
2023-09-09 08:32:24 +01:00

15 lines
No EOL
339 B
SCSS

@font-face {
font-family: 'Caspian';
font-style: normal;
font-display: auto;
font-weight: 400;
src: url('../fonts/Caspian-Regular.woff2') format('woff2'),
url('../fonts/Caspian-Regular.woff') format('woff');
}
.caspian {
font-family: 'Caspian';
text-transform: uppercase;
font-weight: normal;
line-height: 100%;
}