This commit is contained in:
@ -60,3 +60,9 @@ onMount(async () => {
|
||||
<div id="main" class="markdown-body main" style="font-size: {sizeParam || '1.2em'}">
|
||||
<SvelteMarkdown {source} />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.markdown-body {
|
||||
font-family: "Noto Sans SC";
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user