File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages/custom-fonts/src Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
export type BodyFont = 'Fira Mono' | 'Fira Sans' | 'IBM Plex Serif' | 'Inter' | 'JetBrains Mono' | 'Lora' | 'Manrope' | 'Merriweather' | 'Nunito' | 'Noto Sans' | 'Noto Serif' | 'Poppins' | 'Roboto' | 'Space Mono' ;
2
- export type HeadingFont = 'Cardo' | 'Chakra Petch' | 'Old Standard TT' | 'Prata' | ' Rufina' | 'Space Grotesk' | 'Tenor Sans' | BodyFont ;
2
+ export type HeadingFont = 'Cardo' | 'Chakra Petch' | 'Old Standard TT' | 'Rufina' | 'Space Grotesk' | 'Tenor Sans' | BodyFont ;
3
3
export type CustomFonts = { heading : HeadingFont [ ] , body : BodyFont [ ] } ;
4
4
5
5
export type FontSelection = {
@@ -24,7 +24,6 @@ export const CUSTOM_FONTS: CustomFonts = {
24
24
'Nunito' ,
25
25
'Old Standard TT' ,
26
26
'Poppins' ,
27
- 'Prata' ,
28
27
'Roboto' ,
29
28
'Rufina' ,
30
29
'Space Grotesk' ,
@@ -55,7 +54,6 @@ const classFontNames = {
55
54
Merriweather : 'merriweather' ,
56
55
Nunito : 'nunito' ,
57
56
'Old Standard TT' : 'old-standard-tt' ,
58
- Prata : 'prata' ,
59
57
Roboto : 'roboto' ,
60
58
Rufina : 'rufina' ,
61
59
'Tenor Sans' : 'tenor-sans' ,
@@ -93,9 +91,6 @@ export function generateCustomFontCss(fonts: FontSelection) {
93
91
'Old Standard TT' : {
94
92
family : 'old-standard-tt:400,700'
95
93
} ,
96
- Prata : {
97
- family : 'prata:400'
98
- } ,
99
94
Roboto : {
100
95
family : 'roboto:400,500,700'
101
96
} ,
You can’t perform that action at this time.
0 commit comments