Skip to content

Commit 30fbf48

Browse files
committed
Fix fonts again
1 parent a5bc0c9 commit 30fbf48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/index.html.ejs

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
2222
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
2323
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Interslavic Dictionary">
24+
<link rel="preconnect" href="https://fonts.googleapis.com">
25+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
26+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
2427
<title>Interslavic Dictionary</title>
2528
<meta name="Description"
2629
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.">

src/index.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use './colors';
2-
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap';
32

43
body {
54
--border-radius-s: 5px;

0 commit comments

Comments
 (0)