sat-sw-website/assets/sass/user_styles.scss

12 lines
347 B
SCSS
Raw Normal View History

2023-12-09 17:11:07 +01:00
/* Create this file in your assets folder to introduce style overrides */
@font-face {
font-family: "univers";
2023-12-09 17:28:35 +01:00
src: url("./assets/fonts/univers/UniversforUniS55Rm-Regular.ttf") format("truetype");
2023-12-09 17:11:07 +01:00
}
2023-12-09 17:16:14 +01:00
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap");
2023-12-09 17:11:07 +01:00
body {
font-family: "univers";
}