gtk3-demo: Fix some css warnings

Update the font: syntax to follow css.
This commit is contained in:
Matthias Clasen 2016-05-30 16:07:52 -04:00
parent 9d5fe26420
commit d36f866b27
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
transition-property: color, background-color, border-color, background-image, padding, border-width;
transition-duration: 1s;
font: Cantarell 20px;
font: 20px Cantarell;
}
window {

View File

@ -1,7 +1,7 @@
/* Make the text editor has a nice style */
.view {
color: #2e3436;
font: Monospace;
font-family: Monospace;
background-color: alpha(white, 0.30);
}