use no CDN for google fonts

This commit is contained in:
printempw 2016-03-26 18:46:27 +08:00
parent 85b93197d1
commit 0cfd957621
4 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@
* @Author: printempw
* @Date: 2016-02-04 16:47:54
* @Last Modified by: printempw
* @Last Modified time: 2016-03-19 12:06:51
* @Last Modified time: 2016-03-26 18:41:45
*/
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
body, .ply-layer {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}

View File

@ -2,10 +2,10 @@
* @Author: printempw
* @Date: 2016-03-12 18:54:09
* @Last Modified by: printempw
* @Last Modified time: 2016-03-18 18:38:13
* @Last Modified time: 2016-03-26 18:41:48
*/
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://work.prinzeugen.net/font/Minecraft.css);
html {

View File

@ -2,10 +2,10 @@
* @Author: printempw
* @Date: 2016-01-21 07:57:38
* @Last Modified by: printempw
* @Last Modified time: 2016-03-19 10:08:35
* @Last Modified time: 2016-03-26 18:40:35
*/
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@font-face {
font-family: 'Minecraft';

View File

@ -2,10 +2,10 @@
* @Author: printempw
* @Date: 2016-01-21 19:12:06
* @Last Modified by: printempw
* @Last Modified time: 2016-03-19 15:53:06
* @Last Modified time: 2016-03-26 18:41:52
*/
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
body, .ply-layer {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}