File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
exercises/10-Your-Own-Font Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width " />
6
- < link rel ="stylesheet " type ="text/css " href ="./styles.css " />
6
+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
7
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
8
+ <!-- Add your code below this line -->
7
9
10
+ < link rel ="stylesheet " type ="text/css " href ="./styles.css " />
8
11
< title > 10 Your Own Font</ title >
9
12
</ head >
10
13
< body >
Original file line number Diff line number Diff line change 1
1
.myTitle {
2
- /* FONT CHOSEN */
2
+ /* You can use any other font as well - Add your code below this line. */
3
3
font-family : "Anton" , sans-serif;
4
- }
4
+ }
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width " />
6
6
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
7
7
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
8
+ <!-- Add your code below this line -->
8
9
< link href ="https://fonts.googleapis.com/css2?family=Anton&display=swap " rel ="stylesheet " />
9
-
10
10
< link rel ="stylesheet " type ="text/css " href ="./styles.css " />
11
11
12
12
< title > 10 Your Own Font</ title >
13
13
</ head >
14
14
< body >
15
15
< h1 class ="myTitle "> My unique font</ h1 >
16
16
</ body >
17
- </ html >
17
+ </ html >
Original file line number Diff line number Diff line change 1
1
.myTitle {
2
-
2
+ /* Add your code below this line */
3
+
3
4
}
You can’t perform that action at this time.
0 commit comments