mirror of
https://github.com/2234839/web-font.git
synced 2025-04-06 05:25:44 +08:00
🐛 修复 动态加载 css 的示例中多了一个 「 } 」
This commit is contained in:
parent
76e66a29ea
commit
5c2fd025af
@ -19,7 +19,6 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
</style>`
|
</style>`
|
||||||
$: selected_font = font_list.filter(font => font.selected);
|
$: selected_font = font_list.filter(font => font.selected);
|
||||||
function generate_font() {
|
function generate_font() {
|
||||||
|
3
static/svelte.d.ts
vendored
Normal file
3
static/svelte.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
declare module '*.svelte' {
|
||||||
|
export default any;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user