mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
fix: Enable CDN SSL
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'fusion-pixel';
|
||||
src: url('../http://molly-blog.cdn.yvling.cn/assets/css/webfonts/fusion-pixel-10px-monospaced-zh_hans.woff2') format('woff2');
|
||||
src: url('../https://molly-blog.cdn.yvling.cn/assets/css/webfonts/fusion-pixel-10px-monospaced-zh_hans.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: 'fontello';
|
||||
src: url('../../http://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.eot?77128880');
|
||||
src: url('../../http://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.eot?77128880#iefix') format('embedded-opentype'),
|
||||
url('../../http://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.woff?77128880') format('woff'),
|
||||
url('../../http://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.ttf?77128880') format('truetype'),
|
||||
url('../../http://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.svg?77128880#fontello') format('svg');
|
||||
src: url('../../https://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.eot?77128880');
|
||||
src: url('../../https://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.eot?77128880#iefix') format('embedded-opentype'),
|
||||
url('../../https://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.woff?77128880') format('woff'),
|
||||
url('../../https://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.ttf?77128880') format('truetype'),
|
||||
url('../../https://molly-blog.cdn.yvling.cn/assets/css/webfonts/fontello.svg?77128880#fontello') format('svg');
|
||||
}
|
||||
|
||||
.meplayer-container {
|
||||
|
||||
Reference in New Issue
Block a user