build ok,
This commit is contained in:
18
002_source/cms/src/styles/theme/google_fonts.css
Normal file
18
002_source/cms/src/styles/theme/google_fonts.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/* Japanese (Noto Sans JP) */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
|
||||
|
||||
/* Simplified Chinese (Noto Sans SC) */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
|
||||
|
||||
/* Traditional Chinese (Noto Sans TC) */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
|
||||
|
||||
/* Sans (Noto Sans) - includes italic */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
|
||||
|
||||
body {
|
||||
font-family: 'Noto Sans TC', sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
Reference in New Issue
Block a user