tweaked fonts

This commit is contained in:
printempw 2016-03-19 11:48:07 +08:00
parent 19ed1f5174
commit ccd40d867d
2 changed files with 11 additions and 2 deletions

View File

@ -2,8 +2,13 @@
* @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 10:08:26 * @Last Modified time: 2016-03-19 11:41:56
*/ */
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
body {
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,9 +2,13 @@
* @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 10:08:38 * @Last Modified time: 2016-03-19 11:42:00
*/ */
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
body {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}
#canvas3d { #canvas3d {
margin: 0 auto; margin: 0 auto;
display: block; display: block;