添加了鸿蒙字体,删除了一些英文字体。

This commit is contained in:
laoyang
2022-05-13 20:44:33 +08:00
parent 2b71869558
commit f323e7d7f4
50 changed files with 28 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+28 -5
View File
@@ -14,6 +14,8 @@
\RequirePackage{fontspec} \RequirePackage{fontspec}
\RequirePackage{titlesec} \RequirePackage{titlesec}
\RequirePackage{zhnumber} \RequirePackage{zhnumber}
\RequirePackage[many]{tcolorbox}
\RequirePackage{fontawesome}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -72,9 +74,32 @@
%\punctstyle{kaiming} %\punctstyle{kaiming}
%\setmainfont{Minion Pro} %\setmainfont{Minion Pro}
\setmainfont{Myriad Pro} % \setmainfont{Myriad Pro}
\setsansfont{Myriad Pro} % \setsansfont{Myriad Pro}
\setmonofont{Courier Std} % \setmonofont{Courier Std}
% 鸿
% \setmainfont[
% Path=font/,
% BoldFont=Arvo-Bold.ttf,
% ItalicFont=Arvo-Italic.ttf,
% BoldItalicFont=Arvo-BoldItalic.ttf,
% ]{Arvo-Regular.ttf}
\setmainfont[
Path=font/,
BoldFont=HarmonyOS_Sans_Bold.ttf,
ItalicFont=HarmonyOS_Sans_Regular_Italic.ttf,
BoldItalicFont=HarmonyOS_Sans_Bold_Italic.ttf,
]{HarmonyOS_Sans_Regular.ttf}
\setsansfont[
Path=font/,
BoldFont=HarmonyOS_Sans_Bold.ttf,
ItalicFont=HarmonyOS_Sans_Regular_Italic.ttf,
BoldItalicFont=HarmonyOS_Sans_Bold_Italic.ttf,
]{HarmonyOS_Sans_Regular.ttf}
\setmonofont[
Path=font/
]{HarmonyOS_Sans_Regular.ttf}
\setCJKmainfont[BoldFont={_GBK}, ItalicFont={_GBK}, BoldItalicFont={仿_GBK}]{_GBK} \setCJKmainfont[BoldFont={_GBK}, ItalicFont={_GBK}, BoldItalicFont={仿_GBK}]{_GBK}
\setCJKsansfont{_GBK} \setCJKsansfont{_GBK}
@@ -143,8 +168,6 @@
%% boxes %% boxes
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage[many]{tcolorbox}
\RequirePackage{fontawesome}
%% %%
\newtcolorbox{titledbox}[1]{% \newtcolorbox{titledbox}[1]{%
BIN
View File
Binary file not shown.