Skip to content

Commit

Permalink
Replace fonts
Browse files Browse the repository at this point in the history
* Noto Serif CJK to Noto Serif KR
* Add NotoSansMono font
  • Loading branch information
appleparan committed Jan 7, 2024
1 parent 3b91698 commit f1270ad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file added fonts/NotoSansMono-Regular.ttf
Binary file not shown.
Binary file removed fonts/NotoSerifCJKkr-Bold.otf
Binary file not shown.
Binary file removed fonts/NotoSerifCJKkr-Regular.otf
Binary file not shown.
Binary file added fonts/NotoSerifKR-Bold.otf
Binary file not shown.
Binary file added fonts/NotoSerifKR-Regular.otf
Binary file not shown.
Binary file modified thesis.pdf
Binary file not shown.
14 changes: 7 additions & 7 deletions thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
\setCJKmainfont[
Path=fonts/,
Extension=.otf,
BoldFont=NotoSerifCJKkr-Bold,
BoldFont=NotoSerifkr-Bold,
AutoFakeSlant,
Ligatures=TeX]{NotoSerifCJKkr-Regular.otf}
Ligatures=TeX]{NotoSerifkr-Regular.otf}
\setCJKsansfont[
Path=fonts/,
Extension=.otf,
BoldFont=NotoSerifCJKkr-Bold,
BoldFont=NotoSerikr-Bold,
AutoFakeSlant,
Ligatures=TeX]{NotoSerifCJKkr-Regular.otf}
Ligatures=TeX]{NotoSerifkr-Regular.otf}
\setCJKmonofont[
Path=fonts/,
Extension=.otf,
BoldFont=NotoSerifCJKkr-Bold,
BoldFont=NotoSansMono-Regular,
AutoFakeSlant,
Ligatures=TeX]{NotoSerifCJKkr-Regular.otf}
Ligatures=TeX]{NotoSansMono-Regular.otf}
\fi

\ifluatex
Expand All @@ -74,7 +74,7 @@
BoldFont=*-Bold,
Extension=.otf,
AutoFakeSlant,
Ligatures=TeX]{NotoSerifCJKkr}
Ligatures=TeX]{NotoSerifkr}
\hangulbyhangulfont=1
\setmainfont{Noto Serif}
\setmathfont{TeX Gyre Schola Math}
Expand Down

0 comments on commit f1270ad

Please sign in to comment.