diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/tastatur.css | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/www/tastatur.css b/www/tastatur.css index de054f7..9b2289a 100644 --- a/www/tastatur.css +++ b/www/tastatur.css @@ -11,29 +11,26 @@ text.mod, text.key, text.dead { writing-mode:lr-tb; } -text.deadcircle, text.dead, text.center, text.key { - text-align:center; - text-anchor:middle; -} - text.key { - font-size:20px; font-family:Linux Libertine O,Linux Libertine; } -text.dead { font-size:20px; } -text.deadcircle { font-size:16px; } - -text.big { - font-size:14px; -} - text.mod { - font-size:10px; text-align:start; text-anchor:start; } +text.deadcircle, text.dead, text.center, text.key { + text-align:center; + text-anchor:middle; +} + +text.key { font-size:22px; } +text.dead { font-size:20px; } +text.deadcircle { font-size:14px; } +text.mod { font-size:10px; } +text.big { font-size:14px; } + .key { stroke-width:1.25; } |