diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-13 01:02:45 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-13 01:02:45 -0700 |
commit | 11332eeb33a039b502eb9f94c0f86917653c025f (patch) | |
tree | 414f7fbd5e2183f60b340945f4bb124f98614e4a /web/static/style.css | |
parent | e6056677192bdc6c33793e20d9b653195972694d (diff) | |
download | dartboat-11332eeb33a039b502eb9f94c0f86917653c025f.tar.gz dartboat-11332eeb33a039b502eb9f94c0f86917653c025f.tar.xz |
web: fix font path
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 2 |
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 { |