File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
.learn/resets/10-Your-Own-Font
exercises/10-Your-Own-Font Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta name ="viewport " content ="width=device-width " />
6
+ <!-- Add your code below this line -->
7
+
8
+ < link rel ="stylesheet " type ="text/css " href ="./styles.css " />
9
+ < title > 10 Your Own Font</ title >
10
+ </ head >
11
+ < body >
12
+ < h1 class ="myTitle "> My unique font</ h1 >
13
+ </ body >
14
+ </ html >
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
- <!-- Add your code below this line -->
7
-
6
+ < link href ="https://fonts.googleapis.com/css2?family=Borel:wght@400;500;700&display=swap " rel ="stylesheet " />
8
7
< link rel ="stylesheet " type ="text/css " href ="./styles.css " />
9
8
< title > 10 Your Own Font</ title >
10
9
</ head >
Original file line number Diff line number Diff line change 1
1
.myTitle {
2
- /* Add your code below this line */
2
+ font-family : Borel;
3
3
}
You can’t perform that action at this time.
0 commit comments