Merge pull request 'use vendored version of rubik' (#9) from vendored-rubik into main
Reviewed-on: #9
This commit is contained in:
commit
4bdf0fc4df
@ -1,9 +1,16 @@
|
|||||||
|
// DO NOT USE THIS! It is not allowed to use the Univers font on unlicensed websites.
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "univers";
|
font-family: "univers";
|
||||||
src: url("/fonts/univers/UniversforUniS55Rm-Regular.ttf") format("truetype");
|
src: url("/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");
|
||||||
|
|
||||||
|
// Someone had legal issues with a non-vendored version of rubik, so we do it the safe way.
|
||||||
|
@font-face {
|
||||||
|
font-family: "rubik";
|
||||||
|
src: url("/fonts/rubik/Rubik-Regular.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user