Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Revise language tag for preview CSS files

AuthorDaveJarvis <email>
Date2020-12-27 12:19:31 GMT-0800
Commit31694fa4cce4fb8134ea2a467881a110e987e71e
Parent9f0e16f
Delta35 lines added, 45 lines removed, 10-line decrease
src/main/resources/com/keenwrite/preview/webview_ja-JP.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
-body {
- font-family: 'Noto Serif CJK JP';
-}
-
-pre, code, tt {
- font-family: 'Noto Sans Mono CJK JP';
-}
src/main/resources/com/keenwrite/preview/webview_ja-Jpan-JP.css
+body {
+ font-family: 'Noto Serif CJK JP';
+}
+
+pre, code, tt {
+ font-family: 'Noto Sans Mono CJK JP';
+}
src/main/resources/com/keenwrite/preview/webview_ko-KR.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
-body {
- font-family: 'Noto Serif CJK KR';
-}
-
-pre, code, tt {
- font-family: 'Noto Sans Mono CJK KR';
-}
src/main/resources/com/keenwrite/preview/webview_ko-Kore-KR.css
+body {
+ font-family: 'Noto Serif CJK KR';
+}
+
+pre, code, tt {
+ font-family: 'Noto Sans Mono CJK KR';
+}
src/main/resources/com/keenwrite/preview/webview_zh-CN.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
-body {
- font-family: 'Noto Serif CJK SC';
-}
-
-pre, code, tt {
- font-family: 'Noto Sans Mono CJK SC';
-}
src/main/resources/com/keenwrite/preview/webview_zh-HK.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
-body {
- font-family: 'Noto Serif CJK SC';
-}
-
-pre, code, tt {
- font-family: 'Noto Sans Mono CJK HK';
-}
src/main/resources/com/keenwrite/preview/webview_zh-Hans-CN.css
+body {
+ font-family: 'Noto Serif CJK SC';
+}
+
+pre, code, tt {
+ font-family: 'Noto Sans Mono CJK SC';
+}
src/main/resources/com/keenwrite/preview/webview_zh-Hant-HK.css
+body {
+ font-family: 'Noto Serif CJK SC';
+}
+
+pre, code, tt {
+ font-family: 'Noto Sans Mono CJK HK';
+}
src/main/resources/com/keenwrite/preview/webview_zh-Hant-TW.css
+body {
+ font-family: 'Noto Serif CJK TC';
+}
+
+pre, code, tt {
+ font-family: 'Noto Sans Mono CJK TC';
+}
src/main/resources/com/keenwrite/preview/webview_zh-TW.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
-body {
- font-family: 'Noto Serif CJK TC';
-}
-
-pre, code, tt {
- font-family: 'Noto Sans Mono CJK TC';
-}