Skip to content

Commit 089979a

Browse files
committed
use Roboto font from Google Fonts
1 parent 26ee5a3 commit 089979a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="stylesheet" type="text/css" href="styles.css"/>
88
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
9+
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
910
<title>Public APIs</title>
1011
</head>
1112
<header>

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
border-collapse: collapse;
3-
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
3+
font-family: 'Roboto', sans-serif;
44
text-align: center;
55
width: 100%;
66
}

0 commit comments

Comments
 (0)