mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
将插件css文件转到static目录下以实现标准化
This commit is contained in:
parent
fd3a5fa832
commit
e82d336ad2
@ -1,5 +1,6 @@
|
||||
---
|
||||
comments: false
|
||||
publish: true
|
||||
---
|
||||
|
||||
*纯中文斜体*
|
||||
|
||||
@ -9,7 +9,7 @@ export const ChineseItalic: QuartzTransformerPlugin<Options> = (opts) => {
|
||||
name: "ChineseItalic",
|
||||
externalResources() {
|
||||
return {
|
||||
css: [{ content: "attachments/chinese-italic-kaiti.css" }],
|
||||
css: [{ content: "static/chinese-italic-kaiti.css" }],
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
/* Copyright (c) 2025 Github@ArenaDruid | MIT License */
|
||||
/* 定义中文斜体专用字体 */
|
||||
@font-face {
|
||||
font-family: 'ChineseItalic';
|
||||
Loading…
Reference in New Issue
Block a user