mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 13:10:16 +08:00
feat: 全局字体优化
This commit is contained in:
parent
377794abe8
commit
514ab6637f
@ -11,6 +11,10 @@ body {
|
|||||||
Helvetica Neue,
|
Helvetica Neue,
|
||||||
Microsoft YaHei,
|
Microsoft YaHei,
|
||||||
sans-serif !important;
|
sans-serif !important;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-smooth: always;
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
@ -95,11 +99,4 @@ body {
|
|||||||
}
|
}
|
||||||
.ql-editor img {
|
.ql-editor img {
|
||||||
@apply inline-block;
|
@apply inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xterm {
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-smooth: always;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user