src/pyams_skin/resources/less/typo.less
changeset 36 c9c67ada3b86
parent 32 8419f7c811e7
child 47 a5b11cb9d4ef
--- a/src/pyams_skin/resources/less/typo.less	Wed Mar 11 21:10:29 2015 +0100
+++ b/src/pyams_skin/resources/less/typo.less	Wed Mar 11 21:11:09 2015 +0100
@@ -3,36 +3,36 @@
  */
 
 @font-face {
-  font-family: 'Ubuntu';
-  src: url('./fonts/Ubuntu-C.eot');
-  src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
-	   url('./fonts/Ubuntu-C.woff') format('woff'),
-	   url('./fonts/Ubuntu-C.ttf') format('truetype'),
-	   url('./fonts/Ubuntu-C.svg') format('svg');
-  font-weight: normal;
-  font-style: normal;
+	font-family: 'Ubuntu';
+	src: url('./fonts/Ubuntu-C.eot');
+	src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/Ubuntu-C.woff') format('woff'),
+		 url('./fonts/Ubuntu-C.ttf') format('truetype'),
+		 url('./fonts/Ubuntu-C.svg') format('svg');
+	font-weight: normal;
+	font-style: normal;
 }
 
 @font-face {
-  font-family: 'Ubuntu-Light';
-  src: url('./fonts/Ubuntu-L.eot');
-  src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
-	   url('./fonts/Ubuntu-L.woff') format('woff'),
-	   url('./fonts/Ubuntu-L.ttf') format('truetype'),
-	   url('./fonts/Ubuntu-L.svg') format('svg');
-  font-weight: normal;
-  font-style: normal;
+	font-family: 'Ubuntu-Light';
+	src: url('./fonts/Ubuntu-L.eot');
+	src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/Ubuntu-L.woff') format('woff'),
+		 url('./fonts/Ubuntu-L.ttf') format('truetype'),
+		 url('./fonts/Ubuntu-L.svg') format('svg');
+	font-weight: normal;
+	font-style: normal;
 }
 
 @font-face {
-  font-family: 'Ubuntu-Bold';
-  src: url('./fonts/Ubuntu-B.eot');
-  src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
-	   url('./fonts/Ubuntu-B.woff') format('woff'),
-	   url('./fonts/Ubuntu-B.ttf') format('truetype'),
-	   url('./fonts/Ubuntu-B.svg') format('svg');
-  font-weight: bold;
-  font-style: normal;
+	font-family: 'Ubuntu-Bold';
+	src: url('./fonts/Ubuntu-B.eot');
+	src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/Ubuntu-B.woff') format('woff'),
+		 url('./fonts/Ubuntu-B.ttf') format('truetype'),
+		 url('./fonts/Ubuntu-B.svg') format('svg');
+	font-weight: bold;
+	font-style: normal;
 }
 
 html,
@@ -102,6 +102,12 @@
 	overflow: auto;
 }
 
+.text-italic {
+	font-style: italic!important;
+}
+.text-dashed {
+	text-decoration: line-through;
+}
 .nowrap {
 	white-space: nowrap;
 }