Skip to content

Commit fa75fcb

Browse files
committed
Added Ubuntu font
1 parent 78c1ada commit fa75fcb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: css/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
body {
2+
font-family: 'Ubuntu';
3+
}
4+
15
.logo {
26
width: 48rem;
37
margin-bottom: -4rem;

Diff for: index.html

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
<link type="text/css" rel="stylesheet" href="css/style.css"/>
1212

13+
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
14+
1315
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
1416
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
1517
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">

0 commit comments

Comments
 (0)