mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-15 00:27:08 +00:00
32 lines
No EOL
726 B
SCSS
32 lines
No EOL
726 B
SCSS
/* Define fonts */
|
|
@font-face {
|
|
font-family: Montserrat;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url(//vegancheck.me/css/font/Montserrat-Bold.ttf);
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Montserrat;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(//vegancheck.me/css/font/Montserrat-Regular.ttf);
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Montserrat;
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url(//vegancheck.me/css/font/montserrat-italic.ttf);
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Montserrat;
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
src: url(//vegancheck.me/css/font/Montserrat-SemiBold.ttf);
|
|
font-display: swap;
|
|
} |