Skip to content

Commit cc743a5

Browse files
committed
Fix typo in importing stylesheets
1 parent 246c322 commit cc743a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Import Fira Code font */
2-
@import "/fonts/fira_code.css"; /* Import Inter font */
2+
@import "/pandocs/fonts/fira_code.css";
3+
/* Import Inter font */
34
@import url("https://rsms.me/inter/inter.css");
45

56
html {

0 commit comments

Comments
 (0)