Even though I am discussing the issue with the
edge-browser
, it also occurs in thechrome-browser
Instructions to Replicate
-
While many may know me as a developer, I have a passion for customization and unique
fonts
. One font that has caught my eye recently isquicksand
- I proceeded to download and install it on my PC
- I selected a simple website, such as
wikipedia
Current Website Appearance
https://i.sstatic.net/pLJn1.png
- I navigated to edge://settings/fonts (in Chrome chrome://settings/fonts)
- I switched the
sans-serif
font toQuicksand
Updated Website Look
https://i.sstatic.net/ViJja.png
- As you can observe, the body font has successfully changed but the heading font remains unchanged
- Despite trying various font options like
sans
,standard
,fixed-width
, the header font remained unaffected - Upon inspecting the website, it was evident that a custom font was being used in the header:
https://i.sstatic.net/Kj7SK.pngfont-family: 'Linux Libertine', 'Georgia', 'Times', serif;
- I opened the indicated file highlighted in green color ...1
- In the sources tab, I set the overrides folder to
(as specified in the documentation)C:\Users\nepto\OneDrive\Desktop\EdgeOverrides
- Following from
step 1
, I added to the overrides folder as shown below https://i.sstatic.net/6FGnA.png
Current Site Structure
https://i.sstatic.net/zDUG1.png
- I then opened that local file
(
)C:\Users\nepto\OneDrive\Desktop\EdgeOverrides\en.wikipedia.org\longurls\load.php%3-fe414f3.php
using Notepad - By pressing
Ctrl + H
, I replaced all 3 occurrences of
with'Linux Libertine', 'Georgia', 'Times', serif
inherit
and saved the changes
Revised Appearance
https://i.sstatic.net/Xh0CP.png
- As depicted above, I am delighted by the font change in the header
- However, even after reloading, the header font remains as Quicksand
Issue Arises
- Next, I closed the developer tools
- The font still displays as
Quicksand
- But upon reloading without the developer tools open, the changes revert back and the
Quicksand
font disappears - Fearing this inconsistency, I reopened the developer tools and the
Quicksand
font reappeared - Hence, the font I desired (Quicksand) only functions when the developer tools are active
Please assist me in resolving this so that the font remains consistent even when the developer tools are closed