use Roboto font from Google Fonts

This commit is contained in:
davemachado 2017-08-17 11:16:39 -04:00
parent 26ee5a3722
commit 089979a9a9
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<title>Public APIs</title>
</head>
<header>

View file

@ -1,6 +1,6 @@
body {
border-collapse: collapse;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-family: 'Roboto', sans-serif;
text-align: center;
width: 100%;
}