We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb0459 commit 0b7d575Copy full SHA for 0b7d575
_layouts/default.html
@@ -7,7 +7,7 @@
7
<title>TC39 – Specifying JavaScript.</title>
8
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
9
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
10
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Source+Sans+Pro:300,400,600" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Source+Sans+Pro:wght@300;400;600&display=swap" rel="stylesheet">
11
<link rel="stylesheet" href="{{ '/assets/css/normalize.css' | relative_url }}">
12
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
13
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
0 commit comments