Skip to content

Commit 0b7d575

Browse files
🔧 error: Illegal character in query: “|” is not allowed.
1 parent 5bb0459 commit 0b7d575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>TC39 – Specifying JavaScript.</title>
88
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
99
<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">
10+
<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">
1111
<link rel="stylesheet" href="{{ '/assets/css/normalize.css' | relative_url }}">
1212
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
1313
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">

0 commit comments

Comments
 (0)