This script/stylesheet is for PERSONAL use only!
You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js, MediaWiki:Fandomdesktop.css, or MediaWiki:FandomMobile.css), as it would violate Fandom's Terms of Use.
(See the customization policy)
GenericFontSettings is a script that modifies the six generic font families without using browser settings, and allows generic fonts to be modified when some browsers do not have these settings. This script may also be used outside of Fandom, and the JavaScript code can be copied and pasted anywhere.
Installation
Configuration
To configure the fonts for the generic font families, you must go to your global JavaScript file, and call the following functions:
replaceSansFonts("font");
replaceSerifFonts("font");
replaceMonospaceFonts("font");
replaceCursiveFonts("font");
replaceFantasyFonts("font");
replaceFallbackFonts("font");
Replace font with your font of your choice, and keep the quotes. You may choose to keep call or none of the functions, but the fonts will remain unaffected.
Text above can be found here (edit)