There was an error while loading. Please reload this page.
1 parent 645408c commit a4f941bCopy full SHA for a4f941b
exercises/10-Your-Own-Font/index.html
@@ -3,7 +3,8 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width" />
6
-<link href="./fonts/smooch" rel="stylesheet" />
+<link rel="stylesheet"
7
+ href="https://fonts.googleapis.com/css?family=Font+Smooch">
8
<link href="./styles.css" rel="stylesheet" type="text/css" />
9
10
<title>10 Your Own Font</title>
exercises/10-Your-Own-Font/styles.css
@@ -1,3 +1,3 @@
1
#myTitle {
2
-font-family: Smooch;
+font-family: Smooch, serif;
}
0 commit comments