feat: add roboto sans

This commit is contained in:
Johannes Millan 2019-01-07 20:52:22 +01:00
parent 72607d874b
commit a7565b503c
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@
"external": {
"urls": [
{
"url": "https://fonts.googleapis.com/icon?family=Material+Icons"
"url": "https://fonts.googleapis.com/css?family=Roboto"
}
]
}

View file

@ -13,6 +13,8 @@
href="manifest.json">
<meta name="theme-color"
content="#1976d2">
<link href="https://fonts.googleapis.com/css?family=Roboto"
rel="stylesheet">
<!-- Enable all requests and inline styles for painless development.
TODO configure more restrictive Content-Security-Policy
@see http://content-security-policy.com/