Global Font Changer

Added by ๐ŸŽ—@userstyles, Created: Aug 01, 2016, Updated: Mar 08, 2017
With the style applied
โ 
โ :

Description:


More info
If you conuldn't find a font that you want to use from suggested fonts then follow below steps.

1. Open these two links on your tab bar : https://fonts.google.com and https://fonts.googleapis.com/css?family=
2. Find a font name that you want to use from first link page.
3. Write the font name at the end of url bar on second link page.(eg: httpโ s://fonts.googleapis.com/css?family=Example) and go to the link. (If you see error message at this step then check the name of the font again.)
4. From the page, find /* latin */ part then copy a url address which starts with httpโ s://fonts.gstatic.com and ends with .woff2
Example

/* latin-ext */
@font-face {
ใ€€font-family: 'Example';
ใ€€src: local('Example'), local('Example-Regular'),
ใ€€url(httpโ s://fonts.gstatic.com/Xjk5qpNj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
}
/* latin */
@font-face {
ใ€€font-family: 'Example';
ใ€€src: local('Example'), local('Example-Regular'),
ใ€€url(httpโ s://fonts.gstatic.com/Xjk5qpNugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
5. Paste the link on Url box right next to "Provide your own" on this page.
6. Install or update theme.

Also you can upload your own font as well.
The font file will be not shared on online.

Installs:
Applies to:
google

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.