mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
20 lines
222 B
CSS
20 lines
222 B
CSS
a {
|
|
font-feature-settings: initial;
|
|
}
|
|
|
|
b {
|
|
font-feature-settings: inherit;
|
|
}
|
|
|
|
c {
|
|
font-feature-settings: unset;
|
|
}
|
|
|
|
e {
|
|
font-feature-settings: normal;
|
|
}
|
|
|
|
f {
|
|
font-feature-settings: "dlig", "c2sc" off, "swsh" 2;
|
|
}
|