mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
enum font {
|
|
regular = 'Metropolis-Regular',
|
|
semiBold = 'Metropolis-SemiBold',
|
|
bold = 'Metropolis-Bold',
|
|
}
|
|
|
|
export default font
|