Merge pull request 'use vendored version of rubik' (#9) from vendored-rubik into main

Reviewed-on: #9
This commit is contained in:
Robin Müller 2025-01-21 09:41:01 +01:00
commit 4bdf0fc4df

View File

@ -1,9 +1,16 @@
// DO NOT USE THIS! It is not allowed to use the Univers font on unlicensed websites.
@font-face {
font-family: "univers";
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 {
font-size: 20px;