Update fonts
This commit is contained in:
parent
72bbefcf3b
commit
e7827801ea
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue