Fixes font issue with the "Return Tweet Source Label" (Firefox)
RTSL - Match to Twitter/X font (Firefox) by sladewatkins
Details
Authorsladewatkins
LicenseNo License
Categorytwitter.com
Created
Updated
Size439 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==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"), domain("x.com") {
#RTSL_base {
font-family: 'TwitterChirp';;
}
}