style: update fonts+

This commit is contained in:
Henk Verlinde
2020-11-16 09:35:51 +01:00
parent e3444360ac
commit 41d63a2528
35 changed files with 191 additions and 127 deletions

View File

@ -36,7 +36,7 @@ npm run lint
Check scripts for errors:
```bash
npm run lint:scripts [--fix]
npm run lint:scripts [-- --fix]
```
### styles
@ -44,7 +44,7 @@ npm run lint:scripts [--fix]
Check styles for errors:
```bash
npm run lint:styles [--fix]
npm run lint:styles [-- --fix]
```
### markdown
@ -52,7 +52,7 @@ npm run lint:styles [--fix]
Check markdown for errors:
```bash
npm run lint:markdown [--fix]
npm run lint:markdown [-- --fix]
```
## clean