Skip to content

Commit 5f330a8

Browse files
committed
add font change to readme
1 parent dd2f748 commit 5f330a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
- allow easily creating optional menu items that are only displayed in some conditions:
3030
```sql
3131
select 'shell' as component, 'My Website' as title, CASE WHEN $role = 'admin' THEN 'Admin' END as menu_item;
32-
```
33-
32+
- Add the ability to use local Woff2 fonts in the [shell](https://sql.ophir.dev/documentation.sql?component=shell#component) component. This is useful to use custom fonts in your website, without depending on google fonts (and disclosing your users' IP addresses to google).
3433
3534
## 0.23.0 (2024-06-09)
3635

0 commit comments

Comments
 (0)