Skip to content

Commit

Permalink
Updated docs to include custom font information
Browse files Browse the repository at this point in the history
Also updated header image as the positioning was fixed
  • Loading branch information
lewisdoesstuff committed Oct 20, 2023
1 parent 66ce122 commit c62c698
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [:hammer\_and\_wrench: General](#hammer_and_wrench-general)
- [:clock5: Clock](#clock5-clock)
- [:art: Themes](#art-themes)
- [🗚 Fonts](#-fonts)
- [:mag: Search Bar](#mag-search-bar)
- [:wave: Greetings](#wave-greetings)
- [:triangular\_ruler: Layouts](#triangular_ruler-layouts)
Expand Down Expand Up @@ -183,6 +184,22 @@ You're also able to set a custom background image in the config. You can either
],
```

### 🗚 Fonts

Bento-next supports custom fonts, either locally installed, or from Google Fonts!

To configure, edit the `font` object in the config:

```js
// Font Family
font: {
// 'google' or 'local'
source: 'google',
// Font name, e.g. 'Roboto' (case sensitive)
name: 'Overpass',
},
```

### :mag: Search Bar

Bento-next includes a search bar by default. You can change the search engine and placeholder text as below
Expand Down
Binary file modified assets/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c62c698

Please sign in to comment.