refactor(font): use local woff2
This commit is contained in:
parent
42951e4d01
commit
3b1fcf5663
9 changed files with 21 additions and 24 deletions
|
@ -57,7 +57,7 @@ function buildToc(headings: Heading[]): Heading[] {
|
|||
>
|
||||
<div class="mr-6 flex justify-end">
|
||||
<ul
|
||||
class="max-h-[calc(100vh-8rem)] space-y-2 overflow-y-auto"
|
||||
class="max-h-[calc(100vh-8rem)] flex flex-col gap-y-2 overflow-y-auto mr-6 justify-end"
|
||||
id="toc-container"
|
||||
>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue