summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-13 01:02:45 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-13 01:02:45 -0700
commit11332eeb33a039b502eb9f94c0f86917653c025f (patch)
tree414f7fbd5e2183f60b340945f4bb124f98614e4a /web
parente6056677192bdc6c33793e20d9b653195972694d (diff)
downloaddartboat-11332eeb33a039b502eb9f94c0f86917653c025f.tar.gz
dartboat-11332eeb33a039b502eb9f94c0f86917653c025f.tar.xz
web: fix font path
Diffstat (limited to 'web')
-rw-r--r--web/static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css
index dc76f8e..ce2df1a 100644
--- a/web/static/style.css
+++ b/web/static/style.css
@@ -2,7 +2,7 @@
@font-face {
font-family: 'bootstrap-icons-sub';
- src: url('fonts/bootstrap-sub.woff2') format('woff2');
+ src: url('fonts/bootstrap-icons-sub.woff2') format('woff2');
}
@font-face {