Adding Roboto

This commit is contained in:
Belen Curcio
2017-01-09 12:54:28 -03:00
parent 1acc92a1f2
commit 226af72ac9
+2
View File
@@ -5,6 +5,7 @@
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta property="csrf" content="<%= csrfToken %>">
<title>Talk - Coral Admin</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
<style media="screen">
@@ -13,6 +14,7 @@
height: 100%;
margin: 0;
background: #fff;
font-family: 'Roboto', sans-serif;
}
/* putting this here until I can get webpack to behave */
.react-tagsinput {