mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-01-07 11:15:44 +01:00
Fixed issue #14
Fixed a bug that give problems with the visualization of the Roboto font.
This commit is contained in:
parent
3a5ec69867
commit
94ed00ab04
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
/* Montserrat */
|
||||
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800);
|
||||
|
||||
/* Roborto */
|
||||
/* Roboto */
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);
|
||||
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
html {
|
||||
font-family: "Roborto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft Yahei", "WenQuanYi Micro Hei", Arial, Verdana, sans-serif;
|
||||
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft Yahei", "WenQuanYi Micro Hei", Arial, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue