diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-04 14:15:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-04 14:15:24 +0200 |
commit | a4d49095d1fa40fc7152d069006d1121300235bb (patch) | |
tree | 22577936ef637df2c859be2259d004ba29b6ae2b /src/style.css | |
parent | 24b10f4d389fcc5c23406eceef5d6e9a35551d21 (diff) | |
download | statuspage-a4d49095d1fa40fc7152d069006d1121300235bb.tar statuspage-a4d49095d1fa40fc7152d069006d1121300235bb.tar.bz2 statuspage-a4d49095d1fa40fc7152d069006d1121300235bb.tar.zst |
embed font
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 9 |
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; } |