Initial Commit

This commit is contained in:
Rumperuu 2018-03-21 18:19:20 +00:00
parent 4c352bf02e
commit 1ab6e5f0b0
1085 changed files with 195258 additions and 0 deletions

View file

@ -0,0 +1,32 @@
// ==========================================================================
// Automatticons
//
// A quick reference
// ==========================================================================
$automatticons: 'automatticons';
// This font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
@font-face {
font-family: 'automatticons';
src: url('../_inc/fonts/automatticons/automatticons.eot');
src: url('../_inc/fonts/automatticons/automatticons.eot?#iefix') format('embedded-opentype'),
url('../_inc/fonts/automatticons/automatticons.woff') format('woff'),
url('../_inc/fonts/automatticons/automatticons.ttf') format('truetype'),
url('../_inc/fonts/automatticons/automatticons.svg#automatticonsregular') format('svg');
font-weight: normal;
font-style: normal;
}
// $automattic: 'A';
// $code-poet: 'C';
// $facebook: 'F';
// $gravatar: 'G';
// $inferno: 'I'; // Not sure what this one is
// $jetpack: 'J';
// $akismet: 'K';
// $polldaddy: 'P';
// $shield: 's'; // VaultPress shield
// $vaultpress: 'V';
// $vaultpress-inverted: 'v';
// $wordpress: 'W';

View file

@ -0,0 +1,23 @@
//
// Icon Font: jetpack
//
@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");
}
}
// .jetpack-icon-20:before { content: "\f102"; }