Skip to content

Commit

Permalink
Update index-win.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpagyal committed Mar 23, 2020
1 parent 4f9d1ce commit d566df2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/index-win.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Noto Sans Tibetan (Tibetan) http://www.google.com/fonts/earlyaccess
*/
@font-face {
font-family: 'Noto Sans Tibetan';
font-style: normal;
font-weight: 400;
src: url(../fonts/NotoSansTibetan-Regular.eot);
src: url(../fonts/NotoSansTibetan-Regular.eot?#iefix) format('embedded-opentype'),
url(../fonts/NotoSansTibetan-Regular.woff2) format('woff2'),
url(../fonts/NotoSansTibetan-Regular.woff) format('woff'),
url(../fonts/NotoSansTibetan-Regular.ttf) format('truetype');
}

/*
* Tibetan typography in Firefox
*/
Expand Down

0 comments on commit d566df2

Please sign in to comment.