User:Paul 012/common.css

Source: Wikipedia, the free encyclopedia.

This is an old revision of this page, as edited by Paul 012 (talk | contribs) at 17:04, 27 January 2019 (Created page with '→‎* Noto Sans Tai Tham (Tai Tham) http://www.google.com/fonts/earlyaccess: @font-face { font-family: 'Noto Sans Tai Tham'; font-style: normal; font-we...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
 * Noto Sans Tai Tham (Tai Tham) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Tai Tham';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstaitham/v1/NotoSansTaiTham-Regular.eot);
  src: url(//fonts.gstatic.com/ea/notosanstaitham/v1/NotoSansTaiTham-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/notosanstaitham/v1/NotoSansTaiTham-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstaitham/v1/NotoSansTaiTham-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstaitham/v1/NotoSansTaiTham-Regular.ttf) format('truetype');
}