oops forgot this
This commit is contained in:
parent
7c10b761bf
commit
878131fae2
1 changed files with 4 additions and 4 deletions
|
|
@ -1371,10 +1371,10 @@ export const fontSettings = {
|
|||
|
||||
getDefaultConfig() {
|
||||
return {
|
||||
type: 'google',
|
||||
family: 'IBM Plex Mono',
|
||||
fallback: 'monospace',
|
||||
weights: [100, 200, 300, 400, 500, 600, 700],
|
||||
type: 'preset',
|
||||
family: 'Inter',
|
||||
fallback: 'sans-serif',
|
||||
weights: [400, 500, 600, 700, 800],
|
||||
};
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue