This website works better with JavaScript
Home
Explore
Help
Sign In
minismoosburg
/
homepage
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
adds text styling
rosenclosed
2 years ago
parent
288052eaf2
commit
03062da158
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
src/style/_text.scss
+ 7
- 0
src/style/_text.scss
View File
@@ -0,0 +1,7 @@
+.italic {
+ font-style: italic;
+}
+
+.oblique {
+ font-style: oblique;
+}