Skip to content

Commit 84f3f41

Browse files
committed
Fix fonts again
1 parent a5bc0c9 commit 84f3f41

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interslavic",
3-
"version": "1.24.4",
3+
"version": "1.24.5",
44
"description": "Interslavic Dictionary",
55
"license": "MIT",
66
"author": {

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)