summaryrefslogtreecommitdiff
path: root/webcards/styles/icofont.css
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-09-18 12:22:26 -0400
committerKyle Gunger <corechg@gmail.com>2020-09-18 12:22:26 -0400
commit9681347b8e9f6059c3f5f02528e0893bef5acca4 (patch)
tree16e5dff45804d13abeda17041668eff0485483c7 /webcards/styles/icofont.css
parent2ce432034eb35f763182de03fb7b42d2a07afc4b (diff)
Move webcards to seperate repo
Diffstat (limited to 'webcards/styles/icofont.css')
-rw-r--r--webcards/styles/icofont.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/webcards/styles/icofont.css b/webcards/styles/icofont.css
deleted file mode 100644
index 3bc40e5..0000000
--- a/webcards/styles/icofont.css
+++ /dev/null
@@ -1,25 +0,0 @@
-@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