From 02f79ab0634ae242fbbcea331c0b6cc10c0fa6c3 Mon Sep 17 00:00:00 2001 From: "Gregory.K" Date: Sat, 4 Nov 2017 20:37:09 +0200 Subject: [PATCH] Change font-family to safer fonts (UTF-8 all languages). Correct Segoe UI spelling. Remains to decide for Japanese and/or other Asian fonts. --- simple-translate/popup/popup.css | 2 +- simple-translate/simple-translate.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simple-translate/popup/popup.css b/simple-translate/popup/popup.css index 92bd72d..c419b28 100644 --- a/simple-translate/popup/popup.css +++ b/simple-translate/popup/popup.css @@ -1,5 +1,5 @@ body { - /*font-family: 'Sugoe UI','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';*/ + /*font-family: 'Segoe UI', 'San Francisco', 'Ubuntu', 'Fira Sans', 'Roboto', 'Arial', 'Helvetica', sans-serif !important;*/ text-align: left; font-size: 13px; height: auto; diff --git a/simple-translate/simple-translate.css b/simple-translate/simple-translate.css index 2d63efe..f3e002b 100644 --- a/simple-translate/simple-translate.css +++ b/simple-translate/simple-translate.css @@ -41,7 +41,7 @@ #simple-translate-panel p { all: initial; - font-family: 'Sugoe UI', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'arial', 'helvetica', 'MS PGothic', 'sans-serif' !important; + font-family: 'Segoe UI', 'San Francisco', 'Ubuntu', 'Fira Sans', 'Roboto', 'Arial', 'Helvetica', sans-serif !important; text-align: left; display: inline-block; margin: 0;