font: Use font from style context

As a consequence, some dependency on renderer is gone.
This commit is contained in:
Dorota Czaplejewicz
2020-01-28 16:33:42 +00:00
parent ac360b610f
commit d5682de47c
3 changed files with 23 additions and 44 deletions

View File

@ -2,6 +2,7 @@ sq_view {
background-color: @theme_base_color; /*rgba(0, 0, 0, 255);*/
color: @theme_text_color; /*#ffffff;*/
font-family: cantarell, sans-serif;
font-size: 25px;
}
sq_view sq_button {
@ -38,6 +39,10 @@ sq_button.locked {
color: @theme_bg_color; /*#2b292f;*/
}
sq_button.action {
font-size: 0.75em;
}
#Return {
background: @theme_selected_bg_color; /* #1c71d8; */
border-color: @borders; /*#1a5fb4;*/