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

Small additions to the readme #176

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,19 @@ frontend:
```

### Add the font
Right now, this theme requires you to add the `Comfortaa` font as a resource to your lovelace configuration:
```yaml
resources:
- url: https://fonts.googleapis.com/css?family=Comfortaa&display=swap
type: css
```
Right now, this theme requires you to add the `Comfortaa` font as a resource to your lovelace configuration. In HA go to "Settings -> Dashboards" and click the three dotted menu in the upper right corner. Choose resources. Then click "Add resource" and use the following url:
```https://fonts.googleapis.com/css?family=Comfortaa&display=swap```
Choose resource type "stylesheet".

### HACS

1. Go to the Community Store.
2. Search for `kibibit`.
3. Navigate to `kibibit` theme.
4. Press `Install`.
6. Go to services and trigger the `frontend.reload_themes` service.
2. click on "explore & download repositories" bottom right.
3. Search for `kibibit`.
4. Navigate to `kibibit` theme.
5. Click on the theme and then "download" bottom right.
6. A popup will open, click download again.
8. Go to developer tools -> services and trigger the `frontend.reload_themes` service.

### Change the background

Expand Down