mirror of https://github.com/zulip/zulip.git
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:
parent
9b1d4ca81e
commit
c15c2157f7
|
@ -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]) {
|
||||
|
|
Loading…
Reference in New Issue