Skip to content

Commit

Permalink
Merge pull request #67 from OpenPecha/feat/web-font
Browse files Browse the repository at this point in the history
monlam_bodyig_bold_webfont_added_to_main_text
  • Loading branch information
Lungsangg authored Feb 22, 2024
2 parents 5e9d637 + e089f71 commit 9182a7d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,19 @@ a, a:hover {
src: url('/static/fonts/JhomoLangma Sarchen.ttf');
unicode-range: U+0F00-0FFF, U+10300-1032F, U+10380-1039F, U+0FCF, U+0FD0, U+0FD1, U+0FD2, U+0FD3, U+0FD4;
}
@font-face {
/*Tibetan | Monlam-bodyig bold */
font-family: 'Monlam-bodyig bold';
src: url('/static/fonts/Monlam-bodyig bold.ttf');
unicode-range: U+0F00-0FFF, U+10300-1032F, U+10380-1039F, U+0FCF, U+0FD0, U+0FD1, U+0FD2, U+0FD3, U+0FD4;
}
:root {
/* font stacks */
--english-sans-serif-font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
--hebrew-sans-serif-font-family: "JhomoLangma Sarchen", "Heebo", "Roboto", sans-serif;

--english-serif-font-family: "Cardo", "Meltho", "HebrewInEnglish Serif Font", "adobe-garamond-pro", "Crimson Text", Georgia, "Times New Roman", serif, "Noto Sans Samaritan";
--hebrew-serif-font-family: "JhomoLangma Sarchen", "Noto Color Emoji", "EnglishInHebrew Serif Font", "Cardo", "Taamey Frank", "adobe-garamond-pro", "Crimson Text", "Times New Roman", serif;
--hebrew-serif-font-family: "Monlam-bodyig bold", "Noto Color Emoji", "EnglishInHebrew Serif Font", "Cardo", "Taamey Frank", "adobe-garamond-pro", "Crimson Text", "Times New Roman", serif;

--serif-h1-font-size: 48px;
--serif-h2-font-size: 30px;
Expand Down
Binary file added static/fonts/Monlam-bodyig Italic.ttf
Binary file not shown.
Binary file added static/fonts/Monlam-bodyig Regular.ttf
Binary file not shown.
Binary file added static/fonts/Monlam-bodyig Semi Bold Italic.ttf
Binary file not shown.
Binary file added static/fonts/Monlam-bodyig Semi Bold.ttf
Binary file not shown.
Binary file added static/fonts/Monlam-bodyig bold Italic.ttf
Binary file not shown.
Binary file added static/fonts/Monlam-bodyig bold.ttf
Binary file not shown.

0 comments on commit 9182a7d

Please sign in to comment.