aboutsummaryrefslogtreecommitdiff
path: root/server/src/frontend/style/layout.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-16 12:20:26 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-16 12:20:26 +0100
commit56cf07697695dea747b1c62768999e6237c55448 (patch)
tree0317c63aa9f4af1811f324a5f526f05cbe4d6a24 /server/src/frontend/style/layout.css
parent42a81f199793d7d8a07c848d5956436564caf593 (diff)
parent3a702f3997a0caa54d98ec36ca6606787bce6a5a (diff)
downloadjellything-56cf07697695dea747b1c62768999e6237c55448.tar
jellything-56cf07697695dea747b1c62768999e6237c55448.tar.bz2
jellything-56cf07697695dea747b1c62768999e6237c55448.tar.zst
Merge branch 'tpart-master'
Diffstat (limited to 'server/src/frontend/style/layout.css')
-rw-r--r--server/src/frontend/style/layout.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/server/src/frontend/style/layout.css b/server/src/frontend/style/layout.css
index 4418903..0612a7e 100644
--- a/server/src/frontend/style/layout.css
+++ b/server/src/frontend/style/layout.css
@@ -1,8 +1,11 @@
-@import url("https://s.metamuffin.org/static/font-ubuntu/include.css");
+@font-face {
+ font-family: 'Cantarell';
+ src: url(/assets/cantarell.woff2) format('woff2');
+}
* {
color: white;
- font-family: "Ubuntu", sans-serif;
+ font-family: "Cantarell", sans-serif;
font-weight: 300;
margin: 0px;
padding: 0px;
@@ -39,4 +42,4 @@ nav h1 {
padding: 1em;
color: rgb(255, 117, 117);
font-family: monospace;
-}
+} \ No newline at end of file