silverstripe-framework/admin/scss/_fonts.scss
Sam Minnee 3ee8f505b7 MINORE: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" -exec sed -E -i '' 's/[[:space:]]+$//' {} \+
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:15:54 +13:00

189 lines
3.2 KiB
SCSS

@charset "UTF-8";
@font-face {
font-family: "silverstripe";
src:url("../font/silverstripe.eot");
src:url("../font/silverstripe.eot?#iefix") format("embedded-opentype"),
url("../font/silverstripe.woff") format("woff"),
url("../font/silverstripe.ttf") format("truetype"),
url("../font/silverstripe.svg#silverstripe") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="font-icon-"]:before,
[class*="font-icon-"]:before {
font-family: "silverstripe" !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;
}
.font-icon-search:before {
content: "s";
}
.font-icon-upload:before {
content: "b";
}
.font-icon-sync:before {
content: "c";
}
.font-icon-print:before {
content: "d";
}
.font-icon-list:before {
content: "e";
}
.font-icon-plus-circled:before {
content: "f";
}
.font-icon-check-mark-2:before {
content: "k";
}
.font-icon-pencil:before {
content: "m";
}
.font-icon-book:before {
content: "n";
}
.font-icon-book-open:before {
content: "o";
}
.font-icon-plus:before {
content: "j";
}
.font-icon-icon-tree:before {
content: "p";
}
.font-icon-flow-tree:before {
content: "q";
}
.font-icon-info-circled:before {
content: "y";
}
.font-icon-chart-line:before {
content: "B";
}
.font-icon-graph-bar:before {
content: "E";
}
.font-icon-torsos-all:before {
content: "F";
}
.font-icon-torso:before {
content: "H";
}
.font-icon-picture:before {
content: "v";
}
.font-icon-chart-pie:before {
content: "A";
}
.font-icon-sitemap:before {
content: "C";
}
.font-icon-globe:before {
content: "P";
}
.font-icon-globe-1:before {
content: "R";
}
.font-icon-chat:before {
content: "t";
}
.font-icon-comment:before {
content: "w";
}
.font-icon-logout:before {
content: "z";
}
.font-icon-cancel:before {
content: "D";
}
.font-icon-cancel-circled:before {
content: "Q";
}
.font-icon-trash-bin:before {
content: "S";
}
.font-icon-left-open:before {
content: "T";
}
.font-icon-right-open:before {
content: "U";
}
.font-icon-check-mark:before {
content: "G";
}
.font-icon-check-mark-circle:before {
content: "I";
}
.font-icon-level-up:before {
content: "V";
}
.font-icon-back-in-time:before {
content: "X";
}
.font-icon-cog:before {
content: "Y";
}
.font-icon-rocket:before {
content: "Z";
}
.font-icon-install:before {
content: "a";
}
.font-icon-down-circled:before {
content: "i";
}
.font-icon-eye:before {
content: "l";
}
.font-icon-columns:before {
content: "r";
}
.font-icon-edit-write:before {
content: "u";
}
.font-icon-monitor:before {
content: "x";
}
.font-icon-mobile:before {
content: "J";
}
.font-icon-tablet:before {
content: "K";
}
.font-icon-resize:before {
content: "L";
}
.font-icon-silverstripe:before {
content: "M";
}
.font-icon-pencil:before {
content: "m";
}
.font-icon-trash:before {
content: "g";
}
.font-icon-edit:before {
content: "N";
}
.font-icon-tick:before {
content: "O";
}
.font-icon-folder-add:before {
content: "S";
}
.font-icon-thumbnails:before {
content: "W";
}
.font-icon-link:before {
content: "2";
}