Tweaking many components after using them for a while

This commit is contained in:
2021-12-14 09:41:00 -07:00
parent 8916410167
commit 1c77ddde0b
7 changed files with 54 additions and 38 deletions

View File

@ -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 */
}