mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
28 lines
377 B
CSS
28 lines
377 B
CSS
|
a {
|
||
|
font-family: none;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
font-family: "Sans Serif";
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
font-family: "A Font with a lot of text, spaces and special characters™";
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
font-family: "A Font with a lot of text, spaces and special characters™";
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
font-family: "A", "Lot", "Of", "Fonts";
|
||
|
}
|
||
|
|
||
|
f {
|
||
|
font-family: "A", "Lot", "Of", "Fonts";
|
||
|
}
|
||
|
|
||
|
g {
|
||
|
font-family: "A Lot", "Of", "Fonts";
|
||
|
}
|