come on unvers..
This commit is contained in:
parent
74c1f9a4c2
commit
e621e5a0e0
BIN
assets/sass/UniversforUniS55Rm-Regular.ttf
Normal file
BIN
assets/sass/UniversforUniS55Rm-Regular.ttf
Normal file
Binary file not shown.
16
assets/sass/user_styles.scss
Normal file
16
assets/sass/user_styles.scss
Normal 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;
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
@import "node_modules/bootstrap/scss/bootstrap.scss";
|
||||
@import "styles.scss";
|
||||
@import "theme_styles.scss";
|
||||
@import "user_styles.scss";
|
||||
|
1
themes/minimal-theme/assets/sass/theme_styles.scss
Normal file
1
themes/minimal-theme/assets/sass/theme_styles.scss
Normal file
@ -0,0 +1 @@
|
||||
|
1
themes/minimal-theme/assets/sass/user_styles.scss
Normal file
1
themes/minimal-theme/assets/sass/user_styles.scss
Normal file
@ -0,0 +1 @@
|
||||
/* Create this file in your assets folder to introduce style overrides */
|
Loading…
Reference in New Issue
Block a user