mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Clean the awful code.
This commit is contained in:
parent
98ffbec764
commit
569cd087e7
15 changed files with 193 additions and 167 deletions
|
@ -9,15 +9,17 @@
|
|||
body {
|
||||
@apply bg-black m-0 p-0 min-h-screen text-white;
|
||||
}
|
||||
html,body {
|
||||
font-family: 'Noto Sans TC Variable', "Fira Sans", sans-serif;
|
||||
html,
|
||||
body {
|
||||
font-family: "Noto Sans TC Variable", "Fira Sans", sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans TC Variable';
|
||||
font-family: "Noto Sans TC Variable";
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
font-weight: 100 900;
|
||||
src: url(@fontsource-variable/noto-sans-tc/files/noto-sans-tc-chinese-traditional-wght-normal.woff2) format('woff2-variations');
|
||||
}
|
||||
src: url(@fontsource-variable/noto-sans-tc/files/noto-sans-tc-chinese-traditional-wght-normal.woff2)
|
||||
format("woff2-variations");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue