frosix

Multiparty signature service (experimental)
Log | Files | Refs | README | LICENSE

stylesheet.css (5151B)


      1 /***** Font Definition for Open Sans. This stylesheet comes from qrohlf.com/posts/better-opensans *****/
      2 
      3 /* Regular */
      4 @font-face {
      5     font-family: 'Open Sans';
      6     
      7     src: url('fonts/OpenSans-Regular-webfont.eot');
      8     src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
      9          url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
     10          url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
     11          url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
     12     font-weight: normal;
     13     font-weight: 400;
     14     font-style: normal;
     15 
     16 }
     17 
     18 /* Italic */
     19 @font-face {
     20     font-family: 'Open Sans';
     21     src: url('fonts/OpenSans-Italic-webfont.eot');
     22     src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
     23          url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
     24          url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
     25          url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
     26     font-weight: normal;
     27     font-weight: 400;
     28     font-style: italic;
     29 
     30 }
     31 
     32 /* Light */
     33 @font-face {
     34     font-family: 'Open Sans';
     35     src: url('fonts/OpenSans-Light-webfont.eot');
     36     src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
     37          url('fonts/OpenSans-Light-webfont.woff') format('woff'),
     38          url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
     39          url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
     40     font-weight: 200;
     41     font-style: normal;
     42 
     43 }
     44 
     45 /* Light Italic */
     46 @font-face {
     47     font-family: 'Open Sans';
     48     src: url('fonts/OpenSans-LightItalic-webfont.eot');
     49     src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
     50          url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
     51          url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
     52          url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
     53     font-weight: 200;
     54     font-style: italic;
     55 
     56 }
     57 
     58 /* Semibold */
     59 @font-face {
     60     font-family: 'Open Sans';
     61     src: url('fonts/OpenSans-Semibold-webfont.eot');
     62     src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
     63          url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
     64          url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
     65          url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
     66     font-weight: 500;
     67     font-style: normal;
     68 
     69 }
     70 
     71 /* Semibold Italic */
     72 @font-face {
     73     font-family: 'Open Sans';
     74     src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
     75     src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
     76          url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
     77          url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
     78          url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
     79     font-weight: 500;
     80     font-style: italic;
     81 
     82 }
     83 
     84 /* Bold */
     85 @font-face {
     86     font-family: 'Open Sans';
     87     src: url('fonts/OpenSans-Bold-webfont.eot');
     88     src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
     89          url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
     90          url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
     91          url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
     92     font-weight: bold;
     93     font-weight: 700;
     94     font-style: normal;
     95 
     96 }
     97 
     98 /* Bold Italic */
     99 @font-face {
    100     font-family: 'Open Sans';
    101     src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    102     src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    103          url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
    104          url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
    105          url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    106     font-weight: bold;
    107     font-weight: 700;
    108     font-style: italic;
    109 
    110 }
    111 
    112 /* Extra Bold */
    113 @font-face {
    114     font-family: 'Open Sans';
    115     src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    116     src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
    117          url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
    118          url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
    119          url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    120     font-weight: 900;
    121     font-style: normal;
    122 
    123 }
    124 
    125 /* Extra Bold Italic */
    126 @font-face {
    127     font-family: 'Open Sans';
    128     src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    129     src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    130          url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
    131          url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
    132          url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    133     font-weight: 900;
    134     font-style: italic;
    135 
    136 }