diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-18 17:33:56 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-06-22 08:15:17 +0200 |
commit | dca3bcca9e1917dd3874ba9e40e1055e32caba34 (patch) | |
tree | 3e6a0f3bbd11c32068452f395c33dd69b7efca9e /searx/static/themes/simple/fonts/ion.html | |
parent | d20f6a1f19a34e4c2cd872fea7c92910a59b88b0 (diff) | |
download | searxng-dca3bcca9e1917dd3874ba9e40e1055e32caba34.tar.gz searxng-dca3bcca9e1917dd3874ba9e40e1055e32caba34.zip |
[mod] simple theme: include fonts
"npm run webfont" to build the fonts directory.
It requires fontforge and ttfautohint distro packages.
partial revert of commit 7137d2893f33e9158e8563a21d9586119d175269
Diffstat (limited to 'searx/static/themes/simple/fonts/ion.html')
-rw-r--r-- | searx/static/themes/simple/fonts/ion.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/static/themes/simple/fonts/ion.html b/searx/static/themes/simple/fonts/ion.html index 011a63170..0a7b49c60 100644 --- a/searx/static/themes/simple/fonts/ion.html +++ b/searx/static/themes/simple/fonts/ion.html @@ -61,12 +61,12 @@ @font-face { font-family:"ion"; - src:url("ion.eot?14747ff3e5db3853c40bc9540e9f6c3a"); - src:url("ion.eot?14747ff3e5db3853c40bc9540e9f6c3a#iefix") format("embedded-opentype"), - url("ion.woff2?14747ff3e5db3853c40bc9540e9f6c3a") format("woff2"), - url("ion.woff?14747ff3e5db3853c40bc9540e9f6c3a") format("woff"), - url("ion.ttf?14747ff3e5db3853c40bc9540e9f6c3a") format("truetype"), - url("ion.svg?14747ff3e5db3853c40bc9540e9f6c3a#ion") format("svg"); + src:url("ion.eot?31a1b735188db616a2142d17947e8a45"); + src:url("ion.eot?31a1b735188db616a2142d17947e8a45#iefix") format("embedded-opentype"), + url("ion.woff2?31a1b735188db616a2142d17947e8a45") format("woff2"), + url("ion.woff?31a1b735188db616a2142d17947e8a45") format("woff"), + url("ion.ttf?31a1b735188db616a2142d17947e8a45") format("truetype"), + url("ion.svg?31a1b735188db616a2142d17947e8a45#ion") format("svg"); font-weight:normal; font-style:normal; } |