Though I describe here about
edge-browser
, this occurs even inchrome-browser
You might have seen me as a developer,but I like customisation and
fonts
, one such font I got inspired now isquicksand
wikipedia
sans-serif
font to Quicksand
sans
,standard
,fixed-width
fonts,but still the heading didn't changefont-family: 'Linux Libertine','Georgia','Times',serif;
C:\Users\nepto\OneDrive\Desktop\EdgeOverrides
(as said in docs)step 1
,I add to overrides folder as shown below
C:\Users\nepto\OneDrive\Desktop\EdgeOverrides\en.wikipedia.org\longurls\load.php%3-fe414f3.php
)Ctrl + H
I replace all 3 occurrence of 'Linux Libertine','Georgia','Times',serif
with inherit
and save itQuicksand
font!Quicksand
fontQuicksand
font comes backHelp me to make it work even if developer tools is closed
You didn't miss anything, it's just impossible to make it work when the F12 DevTools is closed.
The server source codes decided how the webpage looks like in the browser. The DevTools is just for testing and debugging, it can't change the server source file. The Override function just overrides the code not changing the server source code. And all the functions in F12 DevTools are only work when F12 is open. That's why it won't work anymore when you close F12 and refresh the page.