mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
chore: clean up
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -28,12 +28,9 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
|
|
||||||
theme: {
|
theme: {
|
||||||
// maxWidth: {
|
|
||||||
// prose: '80ch',
|
|
||||||
// },
|
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: [
|
sans: [
|
||||||
'LXGWWenKaiGBScreen',
|
'LXGWWenKai-Regular',
|
||||||
'ui-sans-serif',
|
'ui-sans-serif',
|
||||||
'system-ui',
|
'system-ui',
|
||||||
'-apple-system',
|
'-apple-system',
|
||||||
@@ -49,7 +46,7 @@ export default defineConfig({
|
|||||||
'"Segoe UI Symbol"',
|
'"Segoe UI Symbol"',
|
||||||
'"Noto Color Emoji"',
|
'"Noto Color Emoji"',
|
||||||
],
|
],
|
||||||
serif: ['ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
|
serif: ['LXGWWenKai-Regular', 'ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
|
||||||
mono: [
|
mono: [
|
||||||
'JetBrainsMono-Regular',
|
'JetBrainsMono-Regular',
|
||||||
'ui-monospace',
|
'ui-monospace',
|
||||||
|
|||||||
Reference in New Issue
Block a user