1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 21:32:22 +04:00

feather font generator

This commit is contained in:
chomik
2019-06-06 00:07:51 +02:00
parent cb51ff10b2
commit 37f51440c9
841 changed files with 6495 additions and 1941 deletions
+26
View File
@@ -0,0 +1,26 @@
@font-face {
font-family: "{{ fontName }}";
src: {{{ src }}};
font-weight: normal;
font-style: normal;
}
.fe {
font-family: '{{ fontName }}' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
{{# each codepoints }}
$icon-fe-{{ @key }}: "\\{{ this }}";
.fe-{{ @key }}:before {
content: $icon-fe-{{ @key }};
}
{{/ each }}