mirror of
https://github.com/2234839/web-font.git
synced 2025-04-05 20:35:50 +08:00
🐛 修复 动态加载 css 的示例中多了一个 「 } 」
This commit is contained in:
parent
76e66a29ea
commit
5c2fd025af
@ -18,7 +18,6 @@
|
|||||||
url("${server}generate_fonts_dynamically.ttf?temp=true&font=优设标题黑&text=优设标题黑(直接改这里和前面的字体名看效果)") format("truetype");
|
url("${server}generate_fonts_dynamically.ttf?temp=true&font=优设标题黑&text=优设标题黑(直接改这里和前面的字体名看效果)") format("truetype");
|
||||||
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);
|
||||||
|
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