diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-12-06 14:28:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-06 14:28:03 +0100 |
| commit | df0b8ee5270a37642ccf5f42e95b0656aefc7fda (patch) | |
| tree | 59b1eb4983909e421b4184db96eba6431c7c8319 /searx/static/themes/simple/fonts/ion.html | |
| parent | e060aedc16bb2b9e5c1ee3fc69a0e07a3576a80c (diff) | |
| parent | cc69b1cd879441e0b2531e34ae744f737c744fb8 (diff) | |
Merge pull request #1109 from dalf/simple_magnet_svg
simple theme : magnet.svg is replaced by a home made version
Diffstat (limited to 'searx/static/themes/simple/fonts/ion.html')
| -rw-r--r-- | searx/static/themes/simple/fonts/ion.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/static/themes/simple/fonts/ion.html b/searx/static/themes/simple/fonts/ion.html index defea2647..5aecea9b8 100644 --- a/searx/static/themes/simple/fonts/ion.html +++ b/searx/static/themes/simple/fonts/ion.html @@ -60,12 +60,12 @@ @font-face { font-family:"ion"; - src:url("ion.eot?94af7082ea096aefe3a7b6642834716e"); + src:url("ion.eot?492c5e946f5ae6f02467d64ca0f55cd1"); src:url("ion.eot?#iefix") format("embedded-opentype"), - url("ion.woff2?94af7082ea096aefe3a7b6642834716e") format("woff2"), - url("ion.woff?94af7082ea096aefe3a7b6642834716e") format("woff"), - url("ion.ttf?94af7082ea096aefe3a7b6642834716e") format("truetype"), - url("ion.svg?94af7082ea096aefe3a7b6642834716e#ion") format("svg"); + url("ion.woff2?492c5e946f5ae6f02467d64ca0f55cd1") format("woff2"), + url("ion.woff?492c5e946f5ae6f02467d64ca0f55cd1") format("woff"), + url("ion.ttf?492c5e946f5ae6f02467d64ca0f55cd1") format("truetype"), + url("ion.svg?492c5e946f5ae6f02467d64ca0f55cd1#ion") format("svg"); font-weight:normal; font-style:normal; } |