diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-18 20:05:40 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-18 20:05:40 +0500 |
| commit | 1199626b09d71782da95a37f064983ce59558624 (patch) | |
| tree | 739ddada0103616ada50d973d3501a0308d7bf5c | |
| parent | e157ebe2519addb5695f7400aa45b9c48cba0724 (diff) | |
feat: added fontawesome
| -rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index ea6c52d..30dd53b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,5 @@ @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'); .text-shadow { text-shadow: 1px 1px 3px rgb(0 0 0 / 40%); |
