From 8fa66770b18d6bcab3eb0e5531b07c2a530aa2f4 Mon Sep 17 00:00:00 2001 From: xfnw Date: Wed, 16 Dec 2020 21:42:08 -0500 Subject: [PATCH] dont use a cdn for one little search icon --- assets/icomoon.woff | Bin 0 -> 1304 bytes assets/style.css | 27 +++++++++++++++++++++++++++ index.php | 3 +-- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 assets/icomoon.woff diff --git a/assets/icomoon.woff b/assets/icomoon.woff new file mode 100644 index 0000000000000000000000000000000000000000..910a36daad2c198da3abf7ac8b73969c47f53dac GIT binary patch literal 1304 zcmaJ=&ubGw6n>N4P1>}ysZCR9N?g=7#X{PoO`@Qs2fL+~(o(hH$!^m%2_(BEKd=Fj z;-QKc1y2Ppf+r8+AK;+}@g!Byg9i_SmlkgYL68!^nH^)K!57}V?|tvb%)Hs$UNj71 z1kp}X2e;}wzP6IZt78cw)`r+B*X|SAt4z_{0GES*jce$`$0u2{%(>U_c`nyLwotnT z?hQ1+b+ht*C})}LM4nHGr?`fFqxW+liIh(GXSw=bC~tGc$|ksR_(86IECnaS^DYDO z+)f&yr$uuU`zlNDb)juEYnw$29C)_Pb>~X^uMMYM!99OA@)RINA@-OwoM*?wC-BI% z>^n`ccKFT0ukf!-6CG?TyY*d~R-g!qnaU(xSg{MxAYvR3V&z$bq|$jMZWU&us0eQjYlGR zV`gb-#>ht?9M5hgSfFPwJRcrVkM1SMVnz^R#Kw|M_{LsOfF-tOn+shW9}Pr%4*;mh9e|EF`;t%Rj#dN+P=I zcv-{uVa7r+_uxXn*;9RCK1K)4zJ literal 0 HcmV?d00001 diff --git a/assets/style.css b/assets/style.css index 0a15fc9..1c6a50d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -63,3 +63,30 @@ margin-bottom: 5px; color:#cdcdcd; } +@font-face { + font-family: 'icomoon'; + src: + url('icomoon.woff?8kg27f') format('woff'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +.icon-search { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-search:before { + content: "\e986"; +} diff --git a/index.php b/index.php index 854740e..6227932 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,6 @@ error_reporting(E_ALL); - searpl @@ -17,7 +16,7 @@ error_reporting(E_ALL);
- +