mirror of
https://github.com/go-task/task.git
synced 2026-07-07 22:18:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user