Properly declare the font CSS property

https://bugzilla.gnome.org/show_bug.cgi?id=769004
This commit is contained in:
Emilio Pozuelo Monfort 2016-07-28 17:13:15 +02:00
parent b9f61e3a8e
commit ca6c928c5b

View File

@ -1,5 +1,5 @@
* {
font: Monospace 12;
font: 12px Monospace;
padding: 0;
}