Website: Use "Roboto" as the main font

This is to add consistency between different operating systems, specially
Windows which used "Segoe UI" before this commit.
This commit is contained in:
Andrey Nering
2022-09-04 17:38:29 -03:00
parent bdd9de3001
commit bd9419e6db
2 changed files with 7 additions and 8 deletions

View File

@@ -9,9 +9,10 @@ tasks:
start:
desc: Start website
vars:
HOST: '{{default "localhost" .HOST}}'
PORT: '{{default "3001" .PORT}}'
cmds:
- npx docusaurus start --no-open --port={{.PORT}}
- npx docusaurus start --no-open --host={{.HOST}} --port={{.PORT}}
build:
desc: Build website