mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat: add roboto sans
This commit is contained in:
parent
72607d874b
commit
a7565b503c
2 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
"external": {
|
||||
"urls": [
|
||||
{
|
||||
"url": "https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
"url": "https://fonts.googleapis.com/css?family=Roboto"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue