fix(theme): 修复字体样式问题
这个提交包含在:
@@ -1,4 +1,4 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: Ark-Pixel-12-proportional-zh_cn;
|
font-family: Pixel;
|
||||||
src: url("../fonts/fusion-pixel-12px-proportional-zh_hans.woff2");
|
src: url("../fonts/fusion-pixel-12px-proportional-zh_hans.woff2");
|
||||||
}
|
}
|
||||||
@@ -28,7 +28,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.pixel_style {
|
&.pixel_style {
|
||||||
font-family: Ark-Pixel-12-proportional-zh_cn, serif;
|
font-family: Pixel, Monaco, Consolas, 'Ubuntu Mono', PingHei, 'PingFang SC', 'Microsoft YaHei', monospace;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ spec:
|
|||||||
repo: https://git.dev.cm/theme-terminal
|
repo: https://git.dev.cm/theme-terminal
|
||||||
settingName: "theme-terminal-setting"
|
settingName: "theme-terminal-setting"
|
||||||
configMapName: "theme-terminal-configMap"
|
configMapName: "theme-terminal-configMap"
|
||||||
version: 1.1.2
|
version: 1.1.3
|
||||||
require: ">=2.20.0"
|
require: ">=2.20.0"
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户