We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d62905 commit e4bd582Copy full SHA for e4bd582
1 file changed
templates/base.html
@@ -4,6 +4,10 @@
4
<meta charset="utf-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <link href="https://fonts.googleapis.com/css?family=PT+Mono|PT+Sans|PT+Serif|PT+Serif+Caption&display=swap" rel="stylesheet">
8
+ <link rel="dns-prefetch" href="//fonts.googleapis.com">
9
+ <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
10
+
11
{% if CLAIM_GOOGLE %}
12
{% include '_includes/claim_google.html' with context %}
13
{% endif %}
0 commit comments