View Single Post
Old 01-06-2025, 04:56 AM   #6
p0k3m0n
Member
p0k3m0n began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2019
Device: Kobo
Quote:
Originally Posted by jackie_w View Post
Code:
          # Glo/Aura/Aura2E/Nia
        - Find:    "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 20px;\n}"
          Replace: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 15px;\n}"
          
          # change font-family/case for all pre-2024 models  
        - Find:    "font-family: Avenir;"
          Replace: "font-family:Georgia;text-transform:uppercase;"
Very smart solution. It works! GG!
p0k3m0n is offline   Reply With Quote