mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
25 lines
807 B
CSS
25 lines
807 B
CSS
/*!
|
|
* Do not modify this file directly. It is compiled SASS code.
|
|
*/
|
|
@font-face {
|
|
font-family: "jetpack";
|
|
src: url("../_inc/fonts/jetpack/jetpack.eot");
|
|
src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
@font-face {
|
|
font-family: "jetpack";
|
|
src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
|
|
}
|
|
}
|
|
|
|
li.toplevel_page_jetpack .wp-menu-image:before {
|
|
font-family: 'jetpack' !important;
|
|
content: '\f100';
|
|
}
|
|
|
|
/*# sourceMappingURL=jetpack-icons.css.map */
|