ok
This commit is contained in:
parent
63c6eb6c2f
commit
d7be854aa8
2 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,14 @@
|
|||
format("opentype");
|
||||
}
|
||||
|
||||
/* ANY usage of the Renogare font should also specify a fallback! Try the Poppins font. */
|
||||
/* @font-face {
|
||||
font-family: "Renogare";
|
||||
src: url("../../public/fonts/Renogare/Renogare.woff") format("woff"),
|
||||
url("../../public/fonts/Renogare/Renogare.woff2") format("woff2"),
|
||||
url("../../public/fonts/Renogare/Renogare.otf") format("opentype");
|
||||
} */
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
src: url("../../public/fonts/Poppins/Poppins.ttf") format("truetype");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@import url(./fonts.css);
|
||||
@import url(./licensed/fonts.css);
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue