We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c1ada commit fa75fcbCopy full SHA for fa75fcb
css/style.css
@@ -1,3 +1,7 @@
1
+body {
2
+ font-family: 'Ubuntu';
3
+}
4
+
5
.logo {
6
width: 48rem;
7
margin-bottom: -4rem;
index.html
@@ -10,6 +10,8 @@
10
11
<link type="text/css" rel="stylesheet" href="css/style.css"/>
12
13
+ <link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
14
15
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
16
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
17
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
0 commit comments