/*! fontset.css | (c) Dieter Schärf <ds@dschaerf.de> */

/* Dokument */
html { font-family: Cantarell, "Segoe UI", "DejaVu Sans Condensed", "Liberation Sans", Tahoma, Verdana, sans-serif; }
/* Abschnitte (Sections) */
h1,
h2,
h3,
h4,
h5,
h6 { font-family: Georgia, "DejaVu Serif", "Liberation Serif", "Times New Roman", Times, serif; }
/* Inhalte gruppieren */
pre { font-family: Consolas, "DejaVu Sans Mono", "Liberation Mono", "Courier New", Courier, monospace; font-size: 1em; }
/* Semantische Text-Elemente */
code,
kbd,
samp { font-family: Consolas, "DejaVu Sans Mono", "Liberation Mono", "Courier New", Courier, monospace; font-size: 1em; }
/* Formulare */
button,
input,
select,
textarea { font: inherit; }
