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

12 lines
339 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:33:03 +01:00
src: url("/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";
}