We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e3a13 commit 2ccab43Copy full SHA for 2ccab43
1 file changed
templates/Layout.tsx
@@ -10,8 +10,10 @@ const GITHUB_URL = "https://github.com/jsr-probitas/probitas";
10
const CDN = {
11
fonts:
12
"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap",
13
+ // Pin to v3.25.0 - v3.26+ has rendering issues where icons appear filled/black
14
+ // See: https://github.com/tabler/tabler-icons/issues/1310
15
tablerIcons:
- "https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css",
16
+ "https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.25.0/dist/tabler-icons.min.css",
17
hljs: "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build",
18
};
19
0 commit comments