This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
minismoosburg
/
homepage
Seguir
2
Destacar
1
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
adds text styling
rosenclosed
hace 2 años
padre
288052eaf2
commit
03062da158
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
7
0
src/style/_text.scss
+ 7
- 0
src/style/_text.scss
Ver fichero
@@ -0,0 +1,7 @@
+.italic {
+ font-style: italic;
+}
+
+.oblique {
+ font-style: oblique;
+}