site/src/css/_fonts.scss

47 lines
662 B
SCSS
Raw Normal View History

2023-10-24 01:40:23 -04:00
/*
Fonts
=====
*/
/*
Alkhemikal ***
*/
@font-face {
font-family: Alkhemikal;
src: url(../font/Alkhemikal.ttf);
}
/*
Junction ***
*/
@font-face {
font-family: Junction;
src: url(../font/Junction-Regular.woff);
}
@font-face {
font-family: Junction;
src: url(../font/Junction-Bold.woff);
font-weight: bold;
}
/*
Linden Hill ***
*/
@font-face {
font-family: "Linden Hill";
src: url(../font/LindenHill-Regular.woff);
}
@font-face {
font-family: "Linden Hill";
src: url(../font/LindenHill-Italic.woff);
font-style: italic;
}
@font-face {
font-family: "Linden Hill";
src: url(../font/LindenHill-Italic.woff);
font-style: oblique;
}