From f11b742ffc3348dba8dc9c95a60ce8538cfca229 Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 7 Feb 2016 13:11:30 +0800 Subject: [PATCH] fixed font-family --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e178fbd6..583bc52f 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2,7 +2,7 @@ * @Author: prpr * @Date: 2016-01-21 07:57:38 * @Last Modified by: prpr -* @Last Modified time: 2016-02-07 10:28:14 +* @Last Modified time: 2016-02-07 13:10:55 */ @import url(https://fonts.googleapis.com/css?family=Ubuntu); @@ -168,5 +168,5 @@ p { } } .ply-layer { - font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; + font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif !important; }