mastoradio-fork/src/assets/scss/4-base/_01-fonts.scss

28 lines
804 B
SCSS
Raw Normal View History

2020-02-15 18:58:20 +01:00
/* ----------------------------------------------------------- */
/* == custom fonts */
/* ----------------------------------------------------------- */
2020-02-15 20:13:33 +01:00
@font-face {
font-display: swap;
font-weight: normal;
font-style: normal;
font-family: "Roboto";
2021-11-07 00:11:15 +01:00
src: local("Roboto Regular"), local("Roboto"), url("/src/assets/fonts/roboto-regular.woff2") format("woff2"),
2020-02-15 20:13:33 +01:00
;
}
@font-face {
font-display: swap;
font-weight: 600;
font-style: normal;
font-family: "Roboto";
2021-11-07 00:11:15 +01:00
src: local("Roboto Medium"), local("Roboto"), url("/src/assets/fonts/roboto-medium.woff2") format("woff2");
2020-02-15 20:13:33 +01:00
}
@font-face {
font-display: swap;
font-weight: bold;
font-style: normal;
font-family: "Roboto";
2021-11-07 00:11:15 +01:00
src: local("Roboto Bold"), local("Roboto"), url("/src/assets/fonts/roboto-bold.woff2") format("woff2");
2020-02-15 20:13:33 +01:00
}