Add font/_style.scss

This commit is contained in:
0x1eef 2024-01-28 03:29:00 -03:00
parent ba98435ed5
commit 23abb2765c
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
.italic {
font-style: italic;
}
.not-italic {
font-style: normal;
}

View file

@ -1,2 +1,3 @@
@import "family";
@import "size";
@import "style";