Adding upstream version 1.9.1+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c6123b914a
commit
dafef1aa3b
1847 changed files with 36221 additions and 0 deletions
24
build/font/css.hbs
Normal file
24
build/font/css.hbs
Normal file
|
@ -0,0 +1,24 @@
|
|||
@font-face {
|
||||
font-display: block;
|
||||
font-family: "{{ name }}";
|
||||
src: {{{ fontSrc }}};
|
||||
}
|
||||
|
||||
.{{prefix}}::before,
|
||||
[class^="{{prefix}}-"]::before,
|
||||
[class*=" {{prefix}}-"]::before {
|
||||
display: inline-block;
|
||||
font-family: {{ name }} !important;
|
||||
font-style: normal;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
vertical-align: -.125em;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
{{# each codepoints }}
|
||||
.{{ ../prefix }}-{{ @key }}::before { content: "\\{{ codepoint this }}"; }
|
||||
{{/ each }}
|
Loading…
Add table
Add a link
Reference in a new issue