diff options
author | Jonas Kohl | 2024-09-18 23:05:35 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-18 23:05:35 +0200 |
commit | 01454544896827113e49db0d2848b5aab6ce14ae (patch) | |
tree | 9487c3d45a04d350bca2ed8401a797ed69cd7e8a /src/themes/paper/theme.json | |
parent | a65d424263adfbff9629c7d91a613e4504c84613 (diff) |
Many changes
Diffstat (limited to 'src/themes/paper/theme.json')
-rw-r--r-- | src/themes/paper/theme.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/themes/paper/theme.json b/src/themes/paper/theme.json index c674870..8a547a0 100644 --- a/src/themes/paper/theme.json +++ b/src/themes/paper/theme.json @@ -6,7 +6,9 @@ "author": "Jonas Kohl", "files": [ "../../ui/paper.min.css", - "../../ui/site.css" + "../../ui/fonts/mybb-icons/style.css", + "../../ui/site.css", + "../../ui/fonts/roboto.css" ] } |