come on unvers..

This commit is contained in:
Robin Müller 2023-12-09 17:11:07 +01:00
parent 74c1f9a4c2
commit e621e5a0e0
Signed by: muellerr
GPG Key ID: A649FB78196E3849
6 changed files with 20 additions and 1 deletions

Binary file not shown.

View File

@ -0,0 +1,16 @@
/* Create this file in your assets folder to introduce style overrides */
@font-face {
font-family: "univers";
src: url("/assets/fonts/univers/UniversforUniS55Rm-Regular.ttf")
format("truetype");
}
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap");*/
body {
margin: 0;
padding: 0;
font-family: "univers";
color: #323232;
font-size: 24px;
}

View File

@ -1,2 +1,3 @@
@import "node_modules/bootstrap/scss/bootstrap.scss";
@import "styles.scss";
@import "theme_styles.scss";
@import "user_styles.scss";

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@
/* Create this file in your assets folder to introduce style overrides */