style: Give gr+polytonic a custom font

This commit is contained in:
Dorota Czaplejewicz
2022-09-03 08:09:54 +00:00
parent c30e951907
commit 8864a5b0a7
3 changed files with 7 additions and 2 deletions

View File

@ -5,9 +5,10 @@ sq_view {
font-size: 1.5em; font-size: 1.5em;
} }
/* Becomes readable with a special font */
sq_view.gr_polytonic { sq_view.gr_polytonic {
font-family: cantarell, sans-serif; font-family: GFSDidotClassic, cantarell, sans-serif;
font-size: 5em; font-size: 2em;
} }
sq_button { sq_button {

2
debian/control vendored
View File

@ -37,6 +37,8 @@ Homepage: https://source.puri.sm/Librem5/squeekboard
Package: squeekboard Package: squeekboard
Architecture: linux-any Architecture: linux-any
Depends: Depends:
# for Greek polytonic readability
fonts-gfs-didot-classic,
# for the Adwaita-dark theme # for the Adwaita-dark theme
gnome-themes-extra-data, gnome-themes-extra-data,
${shlibs:Depends}, ${shlibs:Depends},

View File

@ -37,6 +37,8 @@ Homepage: https://source.puri.sm/Librem5/squeekboard
Package: squeekboard Package: squeekboard
Architecture: linux-any Architecture: linux-any
Depends: Depends:
# for Greek polytonic readability
fonts-gfs-didot-classic,
# for the Adwaita-dark theme # for the Adwaita-dark theme
gnome-themes-extra-data, gnome-themes-extra-data,
${shlibs:Depends}, ${shlibs:Depends},