how to deliver the font?

This commit is contained in:
Robin Müller 2023-12-09 17:28:35 +01:00
parent 7f913b9455
commit eaee50e4d3
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 1 additions and 5 deletions

View File

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