Skip to content

Commit

Permalink
[EthicalSource#1103] Add Modi font package and corresponding CSS @ Rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ksinkar committed Jul 9, 2022
1 parent b6b8445 commit a04f590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,11 @@
url(/fonts/Metropolis-BlackItalic.otf) format("opentype"),
url(/fonts/Metropolis-BlackItalic.ttf) format("truetype");
}

@font-face {
font-family: "Noto Sans";
unicode-range: U+11600-1165F;
src: local("NotoSansModi-Regular"),
url("../fonts/NotoSansModi-Regular.woff2") format("woff2"),
url("https://fonts.gstatic.com/s/notosansmodi/v9/pe03MIySN5pO62Z5YkFyT7jeas4QU1E.woff2") format("woff2");
}
Binary file added static/fonts/NotoSansModi-Regular.woff2
Binary file not shown.

0 comments on commit a04f590

Please sign in to comment.