mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-14 18:35:34 +08:00
feat: fira sans font
This commit is contained in:
parent
75e7c64007
commit
a00c28e601
@ -14,7 +14,7 @@
|
|||||||
"@commitlint/config-conventional": "^17.7.0",
|
"@commitlint/config-conventional": "^17.7.0",
|
||||||
"@felte/solid": "^1.2.11",
|
"@felte/solid": "^1.2.11",
|
||||||
"@felte/validator-zod": "^1.0.17",
|
"@felte/validator-zod": "^1.0.17",
|
||||||
"@fontsource-variable/roboto-mono": "^5.0.9",
|
"@fontsource/fira-sans": "^5.0.11",
|
||||||
"@solid-primitives/event-listener": "^2.3.0",
|
"@solid-primitives/event-listener": "^2.3.0",
|
||||||
"@solid-primitives/storage": "^2.1.1",
|
"@solid-primitives/storage": "^2.1.1",
|
||||||
"@solid-primitives/websocket": "^1.1.0",
|
"@solid-primitives/websocket": "^1.1.0",
|
||||||
|
@ -14,9 +14,9 @@ dependencies:
|
|||||||
'@felte/validator-zod':
|
'@felte/validator-zod':
|
||||||
specifier: ^1.0.17
|
specifier: ^1.0.17
|
||||||
version: 1.0.17(zod@3.22.2)
|
version: 1.0.17(zod@3.22.2)
|
||||||
'@fontsource-variable/roboto-mono':
|
'@fontsource/fira-sans':
|
||||||
specifier: ^5.0.9
|
specifier: ^5.0.11
|
||||||
version: 5.0.9
|
version: 5.0.11
|
||||||
'@solid-primitives/event-listener':
|
'@solid-primitives/event-listener':
|
||||||
specifier: ^2.3.0
|
specifier: ^2.3.0
|
||||||
version: 2.3.0(solid-js@1.7.11)
|
version: 2.3.0(solid-js@1.7.11)
|
||||||
@ -1102,10 +1102,10 @@ packages:
|
|||||||
zod: 3.22.2
|
zod: 3.22.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@fontsource-variable/roboto-mono@5.0.9:
|
/@fontsource/fira-sans@5.0.11:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-iNZz251NVB1sENvrTRt7x5t1yuaYai/QsBRwYtEiot+R33Ks8CQnDZxY2kbrFdEFwTJVqb7RyObjgGVuysTRUw==,
|
integrity: sha512-ozUqZgGSPnc9r7TLL+6VR4Pe0EzgD+MagzF8NJhqHU9y3g0+/QpO1/m55E8UxGo8yoAIHMFQH0EDORFvUI0jtQ==,
|
||||||
}
|
}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@import '@fontsource-variable/roboto-mono';
|
@import '@fontsource/fira-sans';
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: 'Roboto Mono Variable', 'Twemoji Mozilla';
|
font-family: 'Fira Sans', 'Twemoji Mozilla';
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
Loading…
Reference in New Issue
Block a user