Skip to content

Commit cbb8976

Browse files
committed
Update font to Roboto
1 parent bf61cfb commit cbb8976

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

styles.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
body {
2-
font-family: "Courier New", Courier, monospace;
3-
margin-top: 20px;
4-
margin-left: 20px;
2+
font-family: "Roboto";
3+
margin-top: 20px;
4+
margin-left: 20px;
55
}
66
ul {
7-
list-style-type:none;
7+
list-style-type:none;
88
}
99
li {
10-
margin-bottom: 20px;
10+
margin-bottom: 20px;
1111
}
1212
p {
13-
max-width: 720px;
13+
max-width: 720px;
1414
}
1515
a {
16-
text-decoration: none;
16+
text-decoration: none;
1717
color: blue;
1818
font-weight: bold;
1919
}

0 commit comments

Comments
 (0)