www.byjp.me/assets/scss/_fonts.scss
2023-09-09 07:44:07 +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%;
}