tweaked font-family at index for chinese characters

This commit is contained in:
printempw 2016-03-18 13:32:24 +08:00
parent 2e533418ab
commit cb56c9efc6
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
/*
* @Author: prpr
* @Date: 2016-01-21 20:07:47
* @Last Modified by: prpr
* @Last Modified time: 2016-02-05 11:23:43
* @Last Modified by: printempw
* @Last Modified time: 2016-03-18 13:29:50
*/
.home-menu-blur {
position: absolute;
@ -75,7 +75,7 @@
font-weight: 100;
line-height: 1.5em;
margin: 0.2em 0 0.5em;
font-family: Minecraft;
font-family: Minecraft, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
text-shadow:
0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),

View File

@ -1,8 +1,8 @@
/*
* @Author: prpr
* @Date: 2016-01-21 07:57:38
* @Last Modified by: prpr
* @Last Modified time: 2016-02-10 20:32:32
* @Last Modified by: printempw
* @Last Modified time: 2016-03-18 13:30:15
*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@ -40,7 +40,7 @@ p {
color: #5e5e5e;
font-weight: 400;
font-size: 18px;
font-family: Minecraft;
font-family: Minecraft, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
text-transform: none;
}
.pure-menu-heading:hover {