mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
chore: clean up
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
import fs from 'node:fs'
|
import fs from 'node:fs'
|
||||||
import { defineConfig, presetAttributify, presetIcons, presetTypography, presetUno } from 'unocss'
|
import { defineConfig, presetAttributify, presetIcons, presetTypography, presetUno } from 'unocss'
|
||||||
import { fontFamily } from '@unocss/preset-mini/theme'
|
import { fontFamily } from '@unocss/preset-mini/dist/theme'
|
||||||
import { ARTICLE_TEXT, DIRECTORY_NAME } from './constant'
|
import { ARTICLE_TEXT, DIRECTORY_NAME } from './constant'
|
||||||
|
|
||||||
function getMainCss() {
|
function getMainCss() {
|
||||||
@@ -31,12 +31,12 @@ export default defineConfig({
|
|||||||
theme: {
|
theme: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: [
|
sans: [
|
||||||
'LXGWWenKai-Regular',
|
'LXGWWenKaiGBScreen',
|
||||||
...fontFamily.sans,
|
...fontFamily.sans.split(','),
|
||||||
],
|
],
|
||||||
mono: [
|
mono: [
|
||||||
'JetBrainsMono-Regular',
|
'JetBrainsMono-Regular',
|
||||||
...fontFamily.mono,
|
...fontFamily.mono.split(','),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user