diff options
Diffstat (limited to 'src/components/style.css')
| -rw-r--r-- | src/components/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/style.css b/src/components/style.css index 10eac9b..87ba63a 100644 --- a/src/components/style.css +++ b/src/components/style.css | |||
| @@ -67,6 +67,13 @@ button { | |||
| 67 | #print-area, | 67 | #print-area, |
| 68 | #print-area * { | 68 | #print-area * { |
| 69 | visibility: visible; | 69 | visibility: visible; |
| 70 | /* For printing, use a font stack that prioritizes system fonts | ||
| 71 | to ensure CJK characters are rendered correctly in Chrome. */ | ||
| 72 | font-family: | ||
| 73 | 'PingFang SC', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', | ||
| 74 | 'Noto Sans KR', 'Microsoft YaHei', serif; | ||
| 75 | font-weight: 500; | ||
| 76 | font-style: semibold; | ||
| 70 | } | 77 | } |
| 71 | #print-area { | 78 | #print-area { |
| 72 | position: absolute; | 79 | position: absolute; |
