Skip to content

Commit

Permalink
Revert "Remove Google dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 7c3a0f9.
  • Loading branch information
linfindel committed Jun 21, 2024
1 parent ebffbcc commit ac0f12a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Binary file removed NotoSerifVariable.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Sonnets</title>

<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body>
<div class="navbar-column">
Expand Down
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
<title>Sonnets</title>

<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css">

<style>
@font-face {
font-family: 'Noto Serif';
src: url(NotoSerifVariable.ttf);
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" />
<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=Noto+Serif:wght@300&display=swap" rel="stylesheet">
</head>
<body class="column">
<div class="navbar-column">
Expand Down

0 comments on commit ac0f12a

Please sign in to comment.