diff --git a/assets/css/screen.css b/assets/css/screen.css index bb6cdfd..683565e 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -106,19 +106,19 @@ table { border-collapse: collapse; border-spacing: 0; } /* Import the font file with the icons in it */ @font-face { - font-family: "icons"; - src:url("../fonts/icons.eot"); - src:url("../fonts/icons.eot?#iefix") format("embedded-opentype"), - url("../fonts/icons.woff") format("woff"), - url("../fonts/icons.ttf") format("truetype"), - url("../fonts/icons.svg#icons") format("svg"); + font-family: "casper-icons"; + src:url("../fonts/casper-icons.eot"); + src:url("../fonts/casper-icons.eot?#iefix") format("embedded-opentype"), + url("../fonts/casper-icons.woff") format("woff"), + url("../fonts/casper-icons.ttf") format("truetype"), + url("../fonts/casper-icons.svg#icons") format("svg"); font-weight: normal; font-style: normal; } /* Apply these base styles to all icons */ [class^="icon-"]:before, [class*=" icon-"]:before { - font-family: "icons", "Open Sans", sans-serif; + font-family: "casper-icons", "Open Sans", sans-serif; speak: none; font-style: normal; font-weight: normal; @@ -133,33 +133,33 @@ table { border-collapse: collapse; border-spacing: 0; } /* Each icon is created by inserting the correct character into the content of the :before pseudo element. Like a boss. */ .icon-ghost:before { - content: "\e000"; + content: "\f600"; } .icon-feed:before { - content: "\e001"; + content: "\f601"; } .icon-twitter:before { - content: "\e002"; + content: "\f602"; font-size: 1.1em; } .icon-google-plus:before { - content: "\e003"; + content: "\f603"; } .icon-facebook:before { - content: "\e004"; + content: "\f604"; } .icon-arrow-left:before { - content: "\e005"; + content: "\f605"; } .icon-stats:before { - content: "\e006"; + content: "\f606"; } .icon-location:before { - content: "\e007"; + content: "\f607"; margin-left: -3px; /* Tracking fix */ } .icon-link:before { - content: "\e008"; + content: "\f608"; } diff --git a/assets/fonts/casper-icons.eot b/assets/fonts/casper-icons.eot new file mode 100755 index 0000000..0bfce34 Binary files /dev/null and b/assets/fonts/casper-icons.eot differ diff --git a/assets/fonts/casper-icons.svg b/assets/fonts/casper-icons.svg new file mode 100755 index 0000000..98efd05 --- /dev/null +++ b/assets/fonts/casper-icons.svg @@ -0,0 +1,19 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/fonts/casper-icons.ttf b/assets/fonts/casper-icons.ttf new file mode 100755 index 0000000..f1b8da8 Binary files /dev/null and b/assets/fonts/casper-icons.ttf differ diff --git a/assets/fonts/casper-icons.woff b/assets/fonts/casper-icons.woff new file mode 100755 index 0000000..4a98893 Binary files /dev/null and b/assets/fonts/casper-icons.woff differ diff --git a/assets/fonts/icons.eot b/assets/fonts/icons.eot deleted file mode 100755 index f77bb94..0000000 Binary files a/assets/fonts/icons.eot and /dev/null differ diff --git a/assets/fonts/icons.svg b/assets/fonts/icons.svg deleted file mode 100755 index 383e825..0000000 --- a/assets/fonts/icons.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/fonts/icons.ttf b/assets/fonts/icons.ttf deleted file mode 100755 index 76b2863..0000000 Binary files a/assets/fonts/icons.ttf and /dev/null differ diff --git a/assets/fonts/icons.woff b/assets/fonts/icons.woff deleted file mode 100755 index 22bd268..0000000 Binary files a/assets/fonts/icons.woff and /dev/null differ