preload katex fonts

This commit is contained in:
Timothy
2021-01-10 15:14:26 +08:00
parent 49a558d5ff
commit 9485e332a8
2 changed files with 32 additions and 10 deletions

View File

@ -3,15 +3,15 @@
@tailwind utilities;
.remark-code-title {
@apply text-gray-200 px-5 py-3 rounded-t bg-gray-700 text-sm font-mono font-bold;
@apply text-gray-200 px-5 py-3 rounded-t bg-gray-700 text-sm font-mono font-bold;
}
.remark-code-title + pre {
@apply mt-0 rounded-t-none;
@apply mt-0 rounded-t-none;
}
.task-list-item:before {
@apply hidden;
@apply hidden;
}
html {