diff options
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/static/style.css b/web/static/style.css index f97585e..dc76f8e 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -1,13 +1,13 @@ @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&display=swap'); @font-face { - font-family: 'icons'; - src: url('icons.woff2') format('woff2'); + font-family: 'bootstrap-icons-sub'; + src: url('fonts/bootstrap-sub.woff2') format('woff2'); } @font-face { font-family: 'inter-num'; - src: url('inter-num.woff2') format('woff2'); + src: url('fonts/inter-num.woff2') format('woff2'); } html { @@ -59,7 +59,7 @@ body { } .icon { - font-family: icons; + font-family: 'bootstrap-icons-sub'; } /* titlebar */ @@ -91,7 +91,7 @@ body { justify-content: center; } -#titlebar span { +#titlebar label { padding: 0 0.4rem; } @@ -145,7 +145,7 @@ body { flex-direction: column; } - #titlebar span { + #titlebar label { padding: 0 0.4rem; } |