Skip to content

Commit

Permalink
Try to unblock google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Nov 29, 2023
1 parent 2d8a87a commit 6499ecf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
<!-- Google Fonts -->
<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=Inter:wght@300;400;500&display=swap" rel="stylesheet">

<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap" as="style"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap" rel="stylesheet"
type="text/css" />
</noscript>
<!-- Google Fonts -->
<link rel="stylesheet" href="css/style.css">
<title>Tetiana Cherevan | Ukrainian painter</title>
Expand Down Expand Up @@ -51,7 +57,8 @@
</nav>
</header>
<!-- Hero Section -->
<section class="flex flex-col sm:flex-row space-x-0 space-y-5 sm:space-x-8 sm:space-y-0 justify-center items-center py-6 sm:text-center">
<section
class="flex flex-col sm:flex-row space-x-0 space-y-5 sm:space-x-8 sm:space-y-0 justify-center items-center py-6 sm:text-center">
<picture>
<source type="image/avif" srcset="static/images/profile-picture.avif">
<source type="image/webp" srcset="static/images/profile-picture.webp">
Expand Down

0 comments on commit 6499ecf

Please sign in to comment.