Skip to content

Instantly share code, notes, and snippets.

@sladewatkins
Last active September 1, 2023 00:09
Show Gist options
  • Save sladewatkins/4bacd80a18ba8bf33010e180827acdfb to your computer and use it in GitHub Desktop.
Save sladewatkins/4bacd80a18ba8bf33010e180827acdfb to your computer and use it in GitHub Desktop.
RTSL - Match to Twitter/X font (Firefox)
/* ==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