diff --git a/assets/icomoon.woff b/assets/icomoon.woff new file mode 100644 index 0000000..910a36d Binary files /dev/null and b/assets/icomoon.woff differ 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);
- +