Update fonts

This commit is contained in:
sienori 2017-10-30 09:26:27 +09:00 committed by GitHub
parent 72bbefcf3b
commit e7827801ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
body { 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; text-align: left;
font-size: 13px; font-size: 13px;
height: auto; height: auto;
@ -8,7 +8,7 @@ body {
overflow: hidden; overflow: hidden;
} }
#main{ #main {
margin: 10px 0px; margin: 10px 0px;
} }

View file

@ -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); 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%; border-radius: 10%;
background-image: url("icons/512.png"); background-image: url("icons/512.png");
background-size:75%; background-size: 75%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
height: 22px; height: 22px;
@ -41,7 +41,7 @@
#simple-translate-panel p { #simple-translate-panel p {
all: initial; 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; text-align: left;
display: inline-block; display: inline-block;
margin: 0; margin: 0;