fixed font-family

This commit is contained in:
printempw 2016-02-07 13:11:30 +08:00
parent 4835d5f48a
commit f11b742ffc

View File

@ -2,7 +2,7 @@
* @Author: prpr * @Author: prpr
* @Date: 2016-01-21 07:57:38 * @Date: 2016-01-21 07:57:38
* @Last Modified by: prpr * @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); @import url(https://fonts.googleapis.com/css?family=Ubuntu);
@ -168,5 +168,5 @@ p {
} }
} }
.ply-layer { .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;
} }