Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS related customizations #33

Merged
merged 2 commits into from Jan 4, 2021

Conversation

bhavin192
Copy link
Contributor

  • Add option to include extra CSS files
    params:
      customCSS:
      - "css/test.css"
      - "css/two.css"
  • Make it possible to disable Google fonts
    params:
      disableFonts: true

Can be done by adding something like this to the config.

```
params:
  customCSS:
  - "css/test.css"
  - "css/two.css"
```

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
```
params:
  disableFonts: true
```

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
@tummychow tummychow merged commit 7ecf978 into tummychow:master Jan 4, 2021
@bhavin192 bhavin192 deleted the css-customization branch January 4, 2021 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants