Skip to content

Commit ee56817

Browse files
committed
fix: fix layout issue by including font; add @lang
Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
1 parent 9120b48 commit ee56817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_src/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title>April 9 is CSS Naked Day</title>
66
<link rel="icon" href="/favicon.ico">
7-
{# <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900"> #}
7+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
88
<link rel="stylesheet" href="setup/default.css">
99
<meta name="viewport" content="initial-scale=1,width=device-width">
1010
<meta name="description" property="og:description" content="April 9 is CSS Naked Day!">

0 commit comments

Comments
 (0)