Tweaking many components after using them for a while
This commit is contained in:
@ -2,10 +2,9 @@
|
||||
<content><![CDATA[
|
||||
@font-face {
|
||||
font-family: "${1:FontFamily}";
|
||||
src: url(fonts/${1:FontFamily}/${2:FontName}.woff2) format("woff2"),
|
||||
url(fonts/${1:FontFamily}/${2:FontName}.woff) format("woff");
|
||||
font-weight: 400; /* normal/400, bold/700 */
|
||||
font-style: normal; /* normal, italic, oblique */
|
||||
src: url(fonts/${1:FontFamily}/${2:FontName}.woff2) format("woff2");
|
||||
font-weight: 400; /* thin/100, extralight/200, light/300, normal/400, medium/500, semibold/600, bold/700, extrabold/800, black/900 */
|
||||
font-style: normal; /* normal, italic, oblique, oblique 10deg */
|
||||
font-display: swap; /* swap, fallback */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user