src/pyams_skin/resources/less/typo.less
changeset 36 c9c67ada3b86
parent 32 8419f7c811e7
child 47 a5b11cb9d4ef
equal deleted inserted replaced
35:7e635fcf2555 36:c9c67ada3b86
     1 /*
     1 /*
     2  * Typos styles
     2  * Typos styles
     3  */
     3  */
     4 
     4 
     5 @font-face {
     5 @font-face {
     6   font-family: 'Ubuntu';
     6 	font-family: 'Ubuntu';
     7   src: url('./fonts/Ubuntu-C.eot');
     7 	src: url('./fonts/Ubuntu-C.eot');
     8   src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
     8 	src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
     9 	   url('./fonts/Ubuntu-C.woff') format('woff'),
     9 		 url('./fonts/Ubuntu-C.woff') format('woff'),
    10 	   url('./fonts/Ubuntu-C.ttf') format('truetype'),
    10 		 url('./fonts/Ubuntu-C.ttf') format('truetype'),
    11 	   url('./fonts/Ubuntu-C.svg') format('svg');
    11 		 url('./fonts/Ubuntu-C.svg') format('svg');
    12   font-weight: normal;
    12 	font-weight: normal;
    13   font-style: normal;
    13 	font-style: normal;
    14 }
    14 }
    15 
    15 
    16 @font-face {
    16 @font-face {
    17   font-family: 'Ubuntu-Light';
    17 	font-family: 'Ubuntu-Light';
    18   src: url('./fonts/Ubuntu-L.eot');
    18 	src: url('./fonts/Ubuntu-L.eot');
    19   src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
    19 	src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
    20 	   url('./fonts/Ubuntu-L.woff') format('woff'),
    20 		 url('./fonts/Ubuntu-L.woff') format('woff'),
    21 	   url('./fonts/Ubuntu-L.ttf') format('truetype'),
    21 		 url('./fonts/Ubuntu-L.ttf') format('truetype'),
    22 	   url('./fonts/Ubuntu-L.svg') format('svg');
    22 		 url('./fonts/Ubuntu-L.svg') format('svg');
    23   font-weight: normal;
    23 	font-weight: normal;
    24   font-style: normal;
    24 	font-style: normal;
    25 }
    25 }
    26 
    26 
    27 @font-face {
    27 @font-face {
    28   font-family: 'Ubuntu-Bold';
    28 	font-family: 'Ubuntu-Bold';
    29   src: url('./fonts/Ubuntu-B.eot');
    29 	src: url('./fonts/Ubuntu-B.eot');
    30   src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
    30 	src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
    31 	   url('./fonts/Ubuntu-B.woff') format('woff'),
    31 		 url('./fonts/Ubuntu-B.woff') format('woff'),
    32 	   url('./fonts/Ubuntu-B.ttf') format('truetype'),
    32 		 url('./fonts/Ubuntu-B.ttf') format('truetype'),
    33 	   url('./fonts/Ubuntu-B.svg') format('svg');
    33 		 url('./fonts/Ubuntu-B.svg') format('svg');
    34   font-weight: bold;
    34 	font-weight: bold;
    35   font-style: normal;
    35 	font-style: normal;
    36 }
    36 }
    37 
    37 
    38 html,
    38 html,
    39 body {
    39 body {
    40 	font-family: Ubuntu, Arial, Helvetica, sans-serif;
    40 	font-family: Ubuntu, Arial, Helvetica, sans-serif;
   100 
   100 
   101 xmp {
   101 xmp {
   102 	overflow: auto;
   102 	overflow: auto;
   103 }
   103 }
   104 
   104 
       
   105 .text-italic {
       
   106 	font-style: italic!important;
       
   107 }
       
   108 .text-dashed {
       
   109 	text-decoration: line-through;
       
   110 }
   105 .nowrap {
   111 .nowrap {
   106 	white-space: nowrap;
   112 	white-space: nowrap;
   107 }
   113 }
   108 .truncated {
   114 .truncated {
   109 	white-space: nowrap;
   115 	white-space: nowrap;