Skip to content

Commit

Permalink
Try making the bold actually bold??
Browse files Browse the repository at this point in the history
  • Loading branch information
jayktaylor committed Oct 10, 2024
1 parent 752773d commit bf90b33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

{% seo %}

<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" href="/styles/main.css">
<link rel="icon" type="image/png" href="/images/browsers/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="/images/browsers/favicon.svg" />
Expand Down
1 change: 0 additions & 1 deletion _layouts/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

{% seo %}

<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" href="/styles/main.css">
</head>

Expand Down
6 changes: 6 additions & 0 deletions styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
---

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import "normalize";
@import "variables";
@import "header";
Expand All @@ -17,6 +19,10 @@ body {
line-height: 1.5em;
}

b, strong {
color: white;
}

.badge {
background: $secondary;
padding: 0.5em 1em;
Expand Down

0 comments on commit bf90b33

Please sign in to comment.