Skip to content

Segoe UI Emoji → Twemoji Mozilla by myfonj

Details

Authormyfonj

LicenseCC0

Categoryglobal

Created

Updated

Size630 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces Segoe UI Emoji with Twemoji in Firefox on some pages.

Notes

In Gecko-based browsers (Firefox) on pages explicitly using systems "Segoe UI Emoji" in their font stack makes them use built-in "Twemoji Mozilla", that is otherwise only a fallback. Sadly, does not work on pages that leave the font stack on the browser/system entirely.

Source code

/* ==UserStyle==
@name           Segoe UI Emoji → Twemoji Mozilla
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    In Gecko-based browsers (Firefox) on pages explicitly using systems "Segoe UI Emoji" in their font stack makes them use built-in "Twemoji Mozilla", that is otherwise only a fallback. Sadly, does not work on pages that leave the font stack on the browser/system entirely.
@author         myf
@license        CC0
==/UserStyle== */

@-moz-document url-prefix("https://"), url-prefix("http://") {
 @font-face {
   font-family: "Segoe UI Emoji";
   src: local("Twemoji Mozilla");
 }
}

Reviews

No reviews yet.