diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-12-18 18:07:36 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-12-23 21:12:25 +0100 |
| commit | 3a8c7dc038605f7a0ebefa479b204d6d019743cd (patch) | |
| tree | 28e759d16ae5cc41740819246e02d42bfc331ebe /src/displayapp/fonts/fonts.json | |
| parent | fe4b07c610261df6b2d63e5b216248a6c8e78d8c (diff) | |
Simple Weather Service - code cleaning and improvements
Add missing icons (heavy clouds, thunderstorm, snow).
Remove unneeded comparison operator (!=), improve conversion of Timestamp and MessageType, order includes.
Fix typo in documentation.
Remove not related change in StopWatch.
Diffstat (limited to 'src/displayapp/fonts/fonts.json')
| -rw-r--r-- | src/displayapp/fonts/fonts.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/fonts.json b/src/displayapp/fonts/fonts.json index 8416fc5e..48d382d0 100644 --- a/src/displayapp/fonts/fonts.json +++ b/src/displayapp/fonts/fonts.json @@ -68,7 +68,7 @@ "sources": [ { "file": "FontAwesome5-Solid+Brands+Regular.woff", - "range": "0xf185, 0xf6c4, 0xf743, 0xf740, 0xf75f, 0xf0c2, 0xf05e" + "range": "0xf185, 0xf6c4, 0xf743, 0xf740, 0xf75f, 0xf0c2, 0xf05e, 0xf73b, 0xf0e7, 0xf2dc" } ], "bpp": 1, |
