diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-18 20:58:20 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-18 20:58:20 +0500 |
| commit | ba4c6803f8df59750b2af558cb60b166cbabc938 (patch) | |
| tree | 4271300b9730da8e1844b40d94d88636d6461724 /static | |
| parent | e8c5ab1245063b403a09d7bbf4206dccb5efbdec (diff) | |
feat: zilla slab font
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 30dd53b..b45a1ed 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,10 @@ @import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css'); @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css'); +@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); + +.font-zilla { + font-family: "Zilla Slab", serif; +} .text-shadow { text-shadow: 1px 1px 3px rgb(0 0 0 / 40%); |
