From cb56c9efc6a0b7d0f51ae737cd683d234984ab5e Mon Sep 17 00:00:00 2001 From: printempw Date: Fri, 18 Mar 2016 13:32:24 +0800 Subject: [PATCH] tweaked font-family at index for chinese characters --- assets/css/index.style.css | 6 +++--- assets/css/style.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/index.style.css b/assets/css/index.style.css index 275e3ceb..f09d6c05 100644 --- a/assets/css/index.style.css +++ b/assets/css/index.style.css @@ -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), diff --git a/assets/css/style.css b/assets/css/style.css index ba4cc23b..d26cba2f 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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 {