aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-05-04 14:15:24 +0200
committermetamuffin <metamuffin@disroot.org>2024-05-04 14:15:24 +0200
commita4d49095d1fa40fc7152d069006d1121300235bb (patch)
tree22577936ef637df2c859be2259d004ba29b6ae2b /src/style.css
parent24b10f4d389fcc5c23406eceef5d6e9a35551d21 (diff)
downloadstatuspage-a4d49095d1fa40fc7152d069006d1121300235bb.tar
statuspage-a4d49095d1fa40fc7152d069006d1121300235bb.tar.bz2
statuspage-a4d49095d1fa40fc7152d069006d1121300235bb.tar.zst
embed font
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 9c2cb52..4d6abc2 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,3 +1,12 @@
+@font-face {
+ font-family: Cantarell;
+ src: url(/font.woff2);
+}
+
+* {
+ font-family: Cantarell;
+}
+
body {
background-color: white;
}