28 lines
690 B
TeX
28 lines
690 B
TeX
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
|
|
\ProvidesPackage{zh_cn_font}[Chinese fonts setting]
|
|
|
|
\RequirePackage{fontspec}
|
|
\RequirePackage{xeCJK}
|
|
|
|
% vim:ft=tex
|
|
|
|
\defaultfontfeatures{Path = fonts/, Mapping=tex-text}
|
|
|
|
\setCJKmainfont[
|
|
Path=fonts/,
|
|
BoldFont=HarmonyOS_Sans_SC_Bold.ttf,
|
|
ItalicFont=HarmonyOS_Sans_SC_Regular.ttf,
|
|
BoldItalicFont=HarmonyOS_Sans_SC_Bold.ttf
|
|
]{HarmonyOS_Sans_SC_Regular.ttf}
|
|
\setCJKsansfont[
|
|
Path=fonts/,
|
|
BoldFont=HarmonyOS_Sans_SC_Bold.ttf,
|
|
ItalicFont=HarmonyOS_Sans_SC_Regular.ttf,
|
|
BoldItalicFont=HarmonyOS_Sans_SC_Bold.ttf
|
|
]{HarmonyOS_Sans_SC_Regular.ttf}
|
|
\setCJKmonofont[
|
|
Path=fonts/
|
|
]{HarmonyOS_Sans_SC_Regular.ttf}
|
|
|
|
\endinput
|