Skip to content

Commit

Permalink
Fix fonts (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic16x authored Nov 30, 2024
1 parent c9ed251 commit 2a80e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Interslavic Dictionary">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap">
<title>Interslavic Dictionary</title>
<meta name="Description"
content="It is a dictionary of the Interslavic language with translations into most of the Slavic languages, as well as into English, German and others. The project is being developed by a community of fans of this zonal constructed language.">
Expand Down
1 change: 0 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use './colors';
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap';

body {
--border-radius-s: 5px;
Expand Down

0 comments on commit 2a80e17

Please sign in to comment.