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