Skip to content

Commit

Permalink
SanFrancisco font
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Jan 14, 2025
1 parent f7907b4 commit 1457fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The widgets are designed for VIS 1.x.
* Section 'dialog' splitted into 'dialog settings' and 'dialog content'
* Made values of SwitchBool customizable and renamed 'SwitchBool' to 'Switch'
* Repaired notification widget
* Added Apple standard font 'SanFrancisco' to fonts (needed to be installed separatly)

### 0.3.3 (2025-01-03)

Expand Down
2 changes: 1 addition & 1 deletion widgets/vis-homekittiles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
/*---------------------------------------------------------------*/
/*#region Basic design for all widgets */
.homekitTiles {
font-family: -apple-system, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-family: -apple-system, SanFrancisco, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
font-weight: 400;
cursor:pointer;
Expand Down

0 comments on commit 1457fd5

Please sign in to comment.