add roboto

This commit is contained in:
Colin Megill
2018-05-09 23:42:52 -07:00
parent d173390731
commit 3307c508d5

View File

@@ -4,9 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cellx</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700" rel="stylesheet">
<style>
html, body, p, h1, h2, h3, h4, h5, h6, span, button, input {
font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
font-family: 'Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
font-size: 16px;
}
body {