Skip to content

Commit

Permalink
Test new Bricolage Grotesque font
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Aug 22, 2023
1 parent 8ffe1c7 commit 2c7cd1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ body {
margin: 1rem;
padding: 0;
font-family:
"Bricolage Grotesque",
-apple-system,
BlinkMacSystemFont,
"segoe ui",
Expand Down
4 changes: 4 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@

<link href="{{ get_url(path="main.css", cachebust=true) }}" rel="stylesheet" type="text/css">

<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=Bricolage+Grotesque:opsz,[email protected],600&display=swap" rel="stylesheet">

<title>{{ resource.title }}</title>

{%- if lang == config.default_language %}
Expand Down

0 comments on commit 2c7cd1e

Please sign in to comment.