custom font spec

This commit is contained in:
Jacky Zhao
2025-03-12 22:56:59 -07:00
parent 1fb7756c49
commit f301eca9a7
4 changed files with 66 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ interface Colors {
darkMode: ColorScheme
}
type FontSpecification =
export type FontSpecification =
| string
| {
name: string