Dave Jarvis' Repositories

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

Save and restore locale preference

AuthorDaveJarvis <email>
Date2020-12-27 20:51:05 GMT-0800
Commit804d9817f4bdd00c31ccaab205328a24aa3f9236
Parent31694fa
Delta7 lines added, 22 lines removed, 15-line decrease
src/main/resources/com/keenwrite/preview/webview_zh-Hans-SG.css
+body {
+ font-family: 'Noto Serif CJK SC';
+}
+
+pre, code, tt {
+ font-family: 'Noto Sans Mono CJK SC';
+}
src/main/resources/com/keenwrite/editor/markdown_en-Latn-CA.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
src/main/resources/com/keenwrite/editor/markdown_en-Latn-GB.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
src/main/resources/com/keenwrite/editor/markdown_en-Latn-NZ.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
src/main/resources/com/keenwrite/editor/markdown_en-Latn-US.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
src/main/resources/com/keenwrite/editor/markdown_en-Latn-ZA.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
src/main/resources/com/keenwrite/editor/markdown_ja-Jpan-JP.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
.markdown {
-fx-font-family: 'Noto Sans CJK JP';
src/main/resources/com/keenwrite/editor/markdown_ko-Kore-KR.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
.markdown {
-fx-font-family: 'Noto Sans CJK KR';
src/main/resources/com/keenwrite/editor/markdown_zh-Hans-CN.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
.markdown {
-fx-font-family: 'Noto Sans CJK SC';
src/main/resources/com/keenwrite/editor/markdown_zh-Hans-SG.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
.markdown {
-fx-font-family: 'Noto Sans CJK SC';
src/main/resources/com/keenwrite/editor/markdown_zh-Hant-HK.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
.markdown {
-fx-font-family: 'Noto Sans CJK HK';
src/main/resources/com/keenwrite/editor/markdown_zh-Hant-TW.css
-/* Copyright 2020 White Magic Software, Ltd. -- All rights reserved. */
-
.markdown {
-fx-font-family: 'Noto Sans CJK TC';