tweaked fonts

This commit is contained in:
printempw 2016-03-19 12:08:07 +08:00
parent 81d7262627
commit f539aba035
2 changed files with 8 additions and 2 deletions

View File

@ -2,13 +2,16 @@
* @Author: printempw * @Author: printempw
* @Date: 2016-02-04 16:47:54 * @Date: 2016-02-04 16:47:54
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-03-19 12:00:28 * @Last Modified time: 2016-03-19 12:06:51
*/ */
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu); @import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
body, .ply-layer { body, .ply-layer {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
} }
.main-header .logo .logo-lg {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}
input { input {
width: 100%; width: 100%;
margin: 10px 0 20px; margin: 10px 0 20px;

View File

@ -2,13 +2,16 @@
* @Author: printempw * @Author: printempw
* @Date: 2016-01-21 19:12:06 * @Date: 2016-01-21 19:12:06
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-03-19 12:01:37 * @Last Modified time: 2016-03-19 12:07:02
*/ */
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu); @import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
body, .ply-layer { body, .ply-layer {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
} }
.main-header .logo .logo-lg {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}
#canvas3d { #canvas3d {
margin: 0 auto; margin: 0 auto;
display: block; display: block;