Skip to content

Commit

Permalink
make custom fonts non render-blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenfromVN committed Dec 18, 2023
1 parent 605a8f2 commit 683f64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<meta property="keywords"
content="nguyenfromvn, randy nguyen, randy, nguyen, portfolio, music, visualization, design, creative, animation, crypto, optimization" />
<link rel="icon" type="image/x-icon" href="./images/vinyl.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Permanent+Marker">
<link async rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC">
<link async rel="stylesheet" href="https://fonts.googleapis.com/css?family=Permanent+Marker">
<link rel="stylesheet" type="text/css" href="index.css" />
</head>

Expand Down

0 comments on commit 683f64d

Please sign in to comment.