+/* Font styling */
+html, body, dd, li, p, td {
+ /* DejaVu Sans/FreeSans/FreeSerif/Linux Libertine/Symbola/Unifont*/
+ font-family: 'Droid Sans', 'Symbola', 'DejaVu Sans', 'FreeSans', sans-serif;
+ font-display: swap;
+}
+
+button, code, input, option, optgroup, pre, select, textarea {
+ font-family: 'Droid Sans Mono', monospace;
+ font-display: swap;
+}
+
+dt, h1, h2, h3, h4, h5, h6, label, legend, th, details {
+ font-family: 'Droid Serif', serif;
+ font-display: swap;
+}
+