Explorar o código

adds text styling

rosenclosed %!s(int64=2) %!d(string=hai) anos
pai
achega
03062da158
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/style/_text.scss

+ 7 - 0
src/style/_text.scss

@@ -0,0 +1,7 @@
+.italic {
+    font-style: italic;
+}
+
+.oblique {
+    font-style: oblique;
+}