style: Give gr+polytonic a custom font
This commit is contained in:
@ -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
2
debian/control
vendored
@ -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},
|
||||||
|
|||||||
2
debian/control-newer
vendored
2
debian/control-newer
vendored
@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user