Files
lettersoup-online/002_source/cms/src/styles/theme/google_fonts.css
louiscklaw 287888bcb3 build ok,
2025-04-14 09:47:36 +08:00

19 lines
682 B
CSS

/* Japanese (Noto Sans JP) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:[email protected]&display=swap');
/* Simplified Chinese (Noto Sans SC) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:[email protected]&display=swap');
/* Traditional Chinese (Noto Sans TC) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:[email protected]&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;
}