mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-03-19 13:38:42 +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 */
|
/* Montserrat */
|
||||||
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800);
|
@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);
|
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);
|
||||||
|
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
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 {
|
body {
|
||||||
|
|
Loading…
Add table
Reference in a new issue