Skip to content

Commit

Permalink
✨ feat: impl katex and prism highlight css style
Browse files Browse the repository at this point in the history
  • Loading branch information
NotEvenANeko committed Apr 21, 2022
1 parent 6f56e47 commit 7f6dd36
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 116 deletions.
6 changes: 6 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ const Document = () => {
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"
integrity="sha384-KiWOvVjnN8qwAZbuQyWDIbfCLFhLXNETzBQjA/92pIowpC0d2O3nppDGQVgwd2nB"
crossOrigin="anonymous"
/>
</Head>
<body>
<Main />
Expand Down
116 changes: 0 additions & 116 deletions styles/Home.module.css

This file was deleted.

Loading

0 comments on commit 7f6dd36

Please sign in to comment.