From e7827801ea0498c9737559b1479d191ee6a73cba Mon Sep 17 00:00:00 2001 From: sienori Date: Mon, 30 Oct 2017 09:26:27 +0900 Subject: [PATCH] Update fonts --- simple-translate/popup/popup.css | 6 +++--- simple-translate/simple-translate.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/simple-translate/popup/popup.css b/simple-translate/popup/popup.css index 7b74a33..92bd72d 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: 'Sugoe UI','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';*/ text-align: left; font-size: 13px; height: auto; @@ -8,7 +8,7 @@ body { overflow: hidden; } -#main{ +#main { margin: 10px 0px; } @@ -60,4 +60,4 @@ textarea { ::-moz-selection { background: #ebebeb; -} \ No newline at end of file +} diff --git a/simple-translate/simple-translate.css b/simple-translate/simple-translate.css index de28243..2d63efe 100644 --- a/simple-translate/simple-translate.css +++ b/simple-translate/simple-translate.css @@ -4,7 +4,7 @@ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); border-radius: 10%; background-image: url("icons/512.png"); - background-size:75%; + background-size: 75%; background-repeat: no-repeat; background-position: center; height: 22px; @@ -41,7 +41,7 @@ #simple-translate-panel p { all: initial; - font-family: 'Sugoe UI','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif' !important; + font-family: 'Sugoe UI', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'arial', 'helvetica', 'MS PGothic', 'sans-serif' !important; text-align: left; display: inline-block; margin: 0; @@ -71,4 +71,4 @@ to { opacity: 1; } -} \ No newline at end of file +}