杨锴
2024-08-30 50260473dbb1bf4596f9f6ead4a265ca7ee4d5b3
XQMuse/Config/Themes.swift
@@ -19,6 +19,22 @@
            return UIFont(name: "Agenda-Light", size: fontSize) ?? .systemFont(ofSize: fontSize)
}
func Def_FlyFlowerSong(fontSize:Double)->UIFont{
            return UIFont(name: "FlyFlowerSong", size: fontSize) ?? .systemFont(ofSize: fontSize)
}
func Def_SourceHanSerif_Regular(fontSize:Double)->UIFont{
            return UIFont(name: "SourceHanSerifCN-Regular", size: fontSize) ?? .systemFont(ofSize: fontSize)
}
func Def_SourceHanSerif_Semibold(fontSize:Double)->UIFont{
            return UIFont(name: "SourceHanSerifCN-Semibold", size: fontSize) ?? .systemFont(ofSize: fontSize)
}
func Def_SourceHanSerif_Medium(fontSize:Double)->UIFont{
            return UIFont(name: "SourceHanSerifCN-Medium", size: fontSize) ?? .systemFont(ofSize: fontSize)
}
// MARK: -- Color
let Def_ThemeColor:UIColor = UIColor(hexStr: "#8DA178")