summaryrefslogtreecommitdiff
path: root/web/static/style.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-13 00:53:48 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-13 00:53:48 -0700
commite6056677192bdc6c33793e20d9b653195972694d (patch)
tree4a2a2f3436e40801df4505cc08e851cdae923706 /web/static/style.css
parentfbfd66f18fca3a3d5cf46001eaf1661bd63bbf6d (diff)
downloaddartboat-e6056677192bdc6c33793e20d9b653195972694d.tar.gz
dartboat-e6056677192bdc6c33793e20d9b653195972694d.tar.xz
web: add better icons for PWA
Diffstat (limited to 'web/static/style.css')
-rw-r--r--web/static/style.css12
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;
}