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: rgba(0, 0, 0, 255);
color: #ffffff;
font-family: cantarell, sans-serif;
font-size: 25px;
}
sq_view sq_button {
@ -35,6 +36,10 @@ sq_button.locked {
color: #2b292f;
}
sq_button.action {
font-size: 0.75em;
}
#Return {
background: #1c71d8;
border-color: #1a5fb4;