This repository has been archived on 2025-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
www_mycelium_archived/css/ffoxobliq.css
ourworld_web 648680d0ae Initial commit
2025-02-12 06:59:33 +00: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 */