File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { createApp } from "vue" ;
22
33import i18n from "./i18n" ;
4- import "./style .css" ;
4+ import "./public .css" ;
55import App from "./App.vue" ;
66
77import "sober" ;
Original file line number Diff line number Diff line change 1+ : root {
2+ color-scheme : dark;
3+ line-height : 1.5 ;
4+ font-weight : 400 ;
5+ font-synthesis : none;
6+ text-rendering : optimizeLegibility;
7+ -webkit-font-smoothing : antialiased;
8+ -moz-osx-font-smoothing : grayscale;
9+ cursor : default;
10+ user-select : none;
11+ }
12+
13+ : root ,
14+ input ,
15+ select ,
16+ button ,
17+ textarea {
18+ font-family : "HarmonyOS Sans SC" , sans-serif;
19+ }
20+
21+ pre ,
22+ input [type = "text" ],
23+ input [type = "number" ] {
24+ font-family : "Jetbrains Mono" , monospace;
25+ }
26+
27+ * {
28+ outline : none;
29+ }
30+
31+ @font-face {
32+ font-family : "KaTeX" ;
33+ src : url ("/fonts/KaTeX_AllInOne.woff2" );
34+ }
35+
36+ .styled ::part (input ),
37+ .styled {
38+ font-family : "KaTeX" , "Times new roman" ;
39+ font-variant-ligatures : common-ligatures discretionary-ligatures contextual
40+ historical-ligatures;
41+ }
42+
43+ .monospace ,
44+ .monospace ::part (input ) {
45+ font-family : "Jetbrains Mono" , monospace;
46+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments