From 87ce9d1c162ac9606a9b4d817a5f3b486889a46f Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 18:06:56 -0500 Subject: Initialize Client repo with predone work --- styles/icofont.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 styles/icofont.css (limited to 'styles/icofont.css') diff --git a/styles/icofont.css b/styles/icofont.css new file mode 100644 index 0000000..3bc40e5 --- /dev/null +++ b/styles/icofont.css @@ -0,0 +1,25 @@ +@font-face +{ + font-family: "IcoFont"; + font-weight: 400; + font-style: normal; + src: url("../fonts/icofont.woff2") format("woff2"), + url("../fonts/icofont.woff") format("woff"); +} + +.icofont { + font-family: 'IcoFont' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + line-height: 1; + /* Better Font Rendering =========== */ + font-feature-settings: "liga"; + -webkit-font-feature-settings: "liga"; + -webkit-font-smoothing: antialiased; +} \ No newline at end of file -- cgit v1.2.3