Skip to content

Instantly share code, notes, and snippets.

@brandondove
Created December 19, 2013 17:05
Show Gist options
  • Save brandondove/8042669 to your computer and use it in GitHub Desktop.
Save brandondove/8042669 to your computer and use it in GitHub Desktop.
@charset "UTF-8";
@font-face {
font-family: "adsanity";
src:url("../fonts/adsanity.eot");
src:url("../fonts/adsanity.eot?#iefix") format("embedded-opentype"),
url("../fonts/adsanity.woff") format("woff"),
url("../fonts/adsanity.ttf") format("truetype"),
url("../fonts/adsanity.svg#adsanity") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "adsanity" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "adsanity" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-adsanity-logo:before {
content: "a";
}
#menu-posts-ads .wp-menu-image img,
#toplevel_page_adsanity-setup div.wp-menu-image img {
display: none;
}
#menu-posts-ads .wp-menu-image:before,
#toplevel_page_adsanity-setup div.wp-menu-image:before {
content: 'a';
font-family: 'adsanity' !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment