Skip to content

Commit a4f941b

Browse files
committed
commit9
1 parent 645408c commit a4f941b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

exercises/10-Your-Own-Font/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
6-
<link href="./fonts/smooch" rel="stylesheet" />
6+
<link rel="stylesheet"
7+
href="https://fonts.googleapis.com/css?family=Font+Smooch">
78
<link href="./styles.css" rel="stylesheet" type="text/css" />
89

910
<title>10 Your Own Font</title>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#myTitle {
2-
font-family: Smooch;
2+
font-family: Smooch, serif;
33
}

0 commit comments

Comments
 (0)