杨锴
2024-09-02 9557d84559aabaa4c0c976804a90197b92e2dbe0
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)
}