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 fb8f09b commit f461d16Copy full SHA for f461d16
doc-tool/resources/_layouts/base.html
@@ -10,6 +10,10 @@
10
11
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicon.png">
12
13
+ <link rel="dns-prefetch" href="//fonts.googleapis.com">
14
+ <link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
15
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16
+
17
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
18
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css">
19
<link rel="stylesheet" href="{{ site.baseurl }}/css/dottydoc.css">
0 commit comments