Files
www_threefold_io/css/ffoxobliq.css
timurgordon db0b0ed39f Revert "remove archive and templates"
This reverts commit 67bdf28216.
2024-03-06 16:24:35 -05:00

9 lines
234 B
CSS

/* === handling obliquing issues in Firefox */
@supports (-moz-appearance: none) {
.italic, i, cite, em, var, address, dfn, h3, .h3, h5, .h5 {
font-style: oblique 8deg;
}
}
/* === end, handling obliquing issues in Firefox */