Last active
September 1, 2023 00:09
-
-
Save sladewatkins/4bacd80a18ba8bf33010e180827acdfb to your computer and use it in GitHub Desktop.
RTSL - Match to Twitter/X font (Firefox)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name RTSL - Match to Twitter/X font (Firefox) | |
@namespace https://gist.github.com/sladewatkins/4bacd80a18ba8bf33010e180827acdfb | |
@version 1.0.1 | |
@description Fixes font issue with the "Return Tweet Source Label" (Firefox) extension | |
@author Slade Watkins | |
==/UserStyle== */ | |
@-moz-document domain("twitter.com") { | |
#RTSL_base { | |
font-family: 'TwitterChirp';; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment