summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2017-04-16 14:38:47 +0200
committerDavid Härdeman <david@hardeman.nu>2017-04-16 14:38:47 +0200
commitbaf81f3c2715d218678ff65db5c711f021a69eda (patch)
tree00b504d22f5b3d12768acc2fa693fd6ac6e18aa0
parent01bd9b2dbf980acdcb97d59e35ac01e01c837e99 (diff)
Use CSS syntax for fonts
-rw-r--r--rcm.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/rcm.css b/rcm.css
index e170d73..9f93f56 100644
--- a/rcm.css
+++ b/rcm.css
@@ -5,7 +5,8 @@
}
.tooltip {
- font: monospace 12;
+ font-family: monospace;
+ font-size: 12pt;
}
#RemoteControlClientRemoteLabel {
@@ -47,7 +48,8 @@
border-image: none;
background-image: none;
padding: 0px;
- font: sans-serif 12;
+ font-family: sans-serif;
+ font-size: 12pt;
background-image: -gtk-gradient (linear,
left top,
left bottom,
@@ -76,7 +78,8 @@
*/
background-color: @entry-color;
color: #8888ea;
- font: sans-serif 12;
+ font-family: sans-serif;
+ font-size: 12pt;
}
#RemoteControlClientRemoteFrame GtkButton GtkImage {