mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
refactored text styles, not enough shared
This commit is contained in:
7
app/styles/font.ts
Normal file
7
app/styles/font.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
enum font {
|
||||
regular = 'Metropolis-Regular',
|
||||
semiBold = 'Metropolis-SemiBold',
|
||||
bold = 'Metropolis-Bold',
|
||||
}
|
||||
|
||||
export default font
|
||||
Reference in New Issue
Block a user