Skip to content

Commit

Permalink
ui: Fix font import
Browse files Browse the repository at this point in the history
  • Loading branch information
wryonik committed Oct 15, 2024
1 parent abbac01 commit b7ed1d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
href="https://fonts.googleapis.com/css2?family=Fustat:[email protected]&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Fustat:[email protected]&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit b7ed1d6

Please sign in to comment.