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 {
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;
}
}

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);
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;
}
}
}