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 9d612f3 commit c513116Copy full SHA for c513116
antora-ui/src/partials/head-fonts.hbs
@@ -0,0 +1,5 @@
1
+<link rel="preconnect" href="https://cppalliance.org" crossorigin>
2
+<link rel="preload" href="https://cppalliance.org/fonts/NotoSansDisplay.ttf" as="font" type="font/ttf" crossorigin />
3
+<link rel="preload" href="https://cppalliance.org/fonts/NotoSansDisplay-Italic.ttf" as="font" type="font/ttf"
4
+ crossorigin />
5
+<link rel="preload" href="https://cppalliance.org/fonts/NotoSansMono.ttf" as="font" type="font/ttf" crossorigin />
antora-ui/src/partials/head.hbs
@@ -1,6 +1,7 @@
{{> head-prelude}}
{{> head-title}}
{{> head-info}}
+{{> head-fonts}}
{{> head-styles}}
6
{{> head-scripts}}
7
{{> head-icons}}
0 commit comments