tooltips: Set font-feature-settings to "ss01" for stylistic variant of "I".

This commit enables the stylistic set "ss01" in Source Sans 3
font family which contains stylistic variant of the upper-case
character "I", which contains two bars, one each on the top and
bottom of the letter. This provides a uniform look across all
the characters when used in the hotkey hints of the tooltips.
This commit is contained in:
sayamsamal 2022-09-15 02:19:44 +05:30 committed by Tim Abbott
parent 9b1d4ca81e
commit c15c2157f7
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
*/
font-family: "Source Sans 3", sans-serif !important;
word-wrap: break-word;
/* Contains stylistic variant of upper-case character "I" in Source Sans 3 */
font-feature-settings: "ss01" on;
/* Affects all tippy tooltips not using any theme. */
.tippy-box:not([data-theme]) {