mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
* Reduce pageload by using system fonts * Mark image size on homepage * Remove unused conditionals * Remove fonts, update /now
15 lines
No EOL
339 B
SCSS
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%;
|
|
} |