bug2004610-character.ai-fix-broken-italics.css (471B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 /** 6 * character.ai - some text is not italicized 7 * Bug #2004610 - https://bugzilla.mozilla.org/show_bug.cgi?id=2004610 8 * 9 * The font they are using is buggy, but we can work around it with some CSS. 10 */ 11 .font-display em { 12 font-variation-settings: "ital" 10; 13 }