mirror of
https://github.com/michivonah/esphome-eink-dashboard.git
synced 2025-12-22 21:16:28 +01:00
change included glyphs to support french symbols and more
This commit is contained in:
parent
f41c013b99
commit
151d936f68
1 changed files with 4 additions and 14 deletions
|
|
@ -60,23 +60,13 @@ font:
|
|||
- file: 'fonts/Roboto-Bold.ttf'
|
||||
id: font_medium_bold
|
||||
size: 30
|
||||
glyphs:
|
||||
['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', ';', '°', '0',
|
||||
'1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
|
||||
'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
|
||||
'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
|
||||
'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
|
||||
'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/', '#']
|
||||
glyphsets:
|
||||
- GF_Latin_Core
|
||||
- file: 'fonts/Roboto-Bold.ttf'
|
||||
id: font_small_bold
|
||||
size: 18
|
||||
glyphs:
|
||||
['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', ';', '°', '0',
|
||||
'1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
|
||||
'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
|
||||
'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
|
||||
'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
|
||||
'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/', '#']
|
||||
glyphsets:
|
||||
- GF_Latin_Core
|
||||
|
||||
|
||||
# Include Material Design Icons font
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue