Commit
·
a1a7ffd
1
Parent(s):
e830d0e
Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
@@ -5,7 +5,9 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
-
|
|
|
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<div>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
|
9 |
+
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap" rel="stylesheet">
|
10 |
+
</head>
|
11 |
<body>
|
12 |
<div class="container">
|
13 |
<div>
|