1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-30 09:07:21 +00:00

Loading font 微調整

This commit is contained in:
Rokt33r
2015-08-26 18:27:19 +09:00
parent 47383c347c
commit de6d6b692e
2 changed files with 15 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
url('../../Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('../../Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: 400;
font-weight: normal;
text-rendering: optimizeLegibility;
}
#loadingCover{
@@ -32,8 +32,9 @@
margin: 0 auto;
}
#loadingCover .message{
font-size: 2.5em;
font-size: 45px;
text-align: center;
line-height: 1.6;
font-weight: 200;
color: #404849;
}