tinymce-studio-content-fonts.css 4.09 KB
Newer Older
1
/* NOTE: This file, which loads all necessary fonts for rendering Studio UI, is 1 of 3 CSS files compiled in our production pipeline  */
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
/* No subsetting. */

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-LightItalic-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-LightItalic-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Italic-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-Italic-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-Italic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-BoldItalic-webfont.eot');
  src: url('../fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/OpenSans-BoldItalic-webfont.woff') format('woff'),
       url('../fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}