From abc8726b2268a36c965e25f76acbd3a887b4352b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 28 Apr 2015 18:53:58 -0700 Subject: [PATCH] GUAC-1170: Use same font for OSK as rest of app. --- guacamole/src/main/webapp/app/osk/styles/osk.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/osk/styles/osk.css b/guacamole/src/main/webapp/app/osk/styles/osk.css index 0681c6b60..843442288 100644 --- a/guacamole/src/main/webapp/app/osk/styles/osk.css +++ b/guacamole/src/main/webapp/app/osk/styles/osk.css @@ -51,8 +51,7 @@ .guac-keyboard .guac-keyboard-cap { color: white; - font-family: sans-serif; - font-size: 50%; + font-size: 45%; font-weight: lighter; text-align: center; white-space: pre;