XQMuse/Config/Themes.swift
@@ -15,6 +15,11 @@ return UIFont(name: "SourceHanSansCN-Regular", size: fontSize) ?? .systemFont(ofSize: fontSize,weight: .medium) } func Def_SourceHanSerifCN_Light(fontSize:Double)->UIFont{ return UIFont(name: "SourceHanSerifCN-Light", size: fontSize) ?? .systemFont(ofSize: fontSize,weight: .medium) } func Def_Agenda_Light(fontSize:Double)->UIFont{ return UIFont(name: "Agenda-Light", size: fontSize) ?? .systemFont(ofSize: fontSize) }