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() {
|
getDefaultConfig() {
|
||||||
return {
|
return {
|
||||||
type: 'google',
|
type: 'preset',
|
||||||
family: 'IBM Plex Mono',
|
family: 'Inter',
|
||||||
fallback: 'monospace',
|
fallback: 'sans-serif',
|
||||||
weights: [100, 200, 300, 400, 500, 600, 700],
|
weights: [400, 500, 600, 700, 800],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue