Skip to content

Commit

Permalink
typo '@' missing in _header font link
Browse files Browse the repository at this point in the history
  • Loading branch information
band committed Oct 26, 2024
1 parent 47c6581 commit 864b323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nxc/this-website-themes/dolce/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>{{ page_title }}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{websiteroot}}/mwb-static/css/style.css">
<link rel="stylesheet" href="{{websiteroot}}/mwb-static/css/custom.css">
{% if lunr_index_sitepath != '' %}
Expand Down

0 comments on commit 864b323

Please sign in to comment.