IMOTCL/app/sass/_fonts.scss
2020-04-08 23:37:59 +05:00

35 lines
1020 B
SCSS

@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf) format("truetype");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "RussoOne";
src: url(../fonts/Russo_One/RussoOne-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Exo 2";
src: url(../fonts/Exo_2/Exo2-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}