1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-18 12:11:43 +00:00

Merge pull request #779 from MrBMT/fix-default-fonts

Add Lato font-face definition to main.html
This commit is contained in:
SuenagaRyota
2017-08-09 22:51:43 +09:00
committed by GitHub

View File

@@ -20,6 +20,15 @@
font-weight: normal; font-weight: normal;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
} }
@font-face {
font-family: 'Lato';
src: url('../resources/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
url('../resources/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('../resources/fonts/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
#loadingCover{ #loadingCover{
background-color: #f4f4f4; background-color: #f4f4f4;
position: absolute; position: absolute;