chore: font updates
This commit is contained in:
parent
66f461fa93
commit
a2b6303f78
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
||||||
14: '3.5rem',
|
14: '3.5rem',
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
|
sans: ['Inter', ...defaultTheme.fontFamily.sans],
|
||||||
mono: ['ui-monospace', 'SFMono-Regular', ...defaultTheme.fontFamily.mono],
|
mono: ['ui-monospace', 'SFMono-Regular', ...defaultTheme.fontFamily.mono],
|
||||||
},
|
},
|
||||||
backgroundImage: {
|
backgroundImage: {
|
||||||
|
|
|
@ -16,6 +16,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
|
@apply font-sans;
|
||||||
color: theme(colors.gray.900)
|
color: theme(colors.gray.900)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,7 +133,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
code[class*=language-], pre[class*=language-] {
|
code[class*=language-], pre[class*=language-] {
|
||||||
font-family: ui-monospace, SFMono-Regular, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
|
@apply font-mono;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue