添加了鸿蒙字体,删除了一些英文字体。
This commit is contained in:
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
@@ -14,6 +14,8 @@
|
||||
\RequirePackage{fontspec}
|
||||
\RequirePackage{titlesec}
|
||||
\RequirePackage{zhnumber}
|
||||
\RequirePackage[many]{tcolorbox}
|
||||
\RequirePackage{fontawesome}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@@ -72,9 +74,32 @@
|
||||
%\punctstyle{kaiming}
|
||||
|
||||
%\setmainfont{Minion Pro}
|
||||
\setmainfont{Myriad Pro}
|
||||
\setsansfont{Myriad Pro}
|
||||
\setmonofont{Courier Std}
|
||||
% \setmainfont{Myriad Pro}
|
||||
% \setsansfont{Myriad Pro}
|
||||
% \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}
|
||||
\setCJKsansfont{方正黑体_GBK}
|
||||
@@ -143,8 +168,6 @@
|
||||
%% boxes
|
||||
%% 信息框
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\RequirePackage[many]{tcolorbox}
|
||||
\RequirePackage{fontawesome}
|
||||
|
||||
%% 带标题的文本框
|
||||
\newtcolorbox{titledbox}[1]{%
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user