Skip to content

Commit

Permalink
going back to Google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Oct 20, 2023
1 parent c98d3cb commit 5eeb3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{# Load fonts from Google Fonts #}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="{{ url_for('static', filename='css/css2?family=Barlow+Condensed:wght@100;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap') }}"
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap"
rel="stylesheet">
<!-- Load local installation of fontawesome -->
<link rel="stylesheet"
Expand Down

0 comments on commit 5eeb3eb

Please sign in to comment.