change specific fonts for every website or specific ones.
change fonts by n1lotpal
Details
Authorn1lotpal
LicenseNo License
Categoryuserstyles
Created
Updated
Size7.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name change fonts
@version 20211023.12.13
@namespace userstyles.world/user/n1lotpal
@description change specific fonts for every website or specific ones.
@author n1lotpal
@license No License
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
/* i really want this to be global */
@font-face
{
font-family: 'arial';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'arial';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'arial';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'arial';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'verdana';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'verdana';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'verdana';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'verdana';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'helvetica';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'helvetica';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'helvetica';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'helvetica';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'roboto';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'roboto';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'roboto';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'roboto';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'poppins';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'poppins';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'poppins';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'poppins';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'courier';
src: local('Consolas');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'courier';
src: local('Consolas Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'courier';
src: local('Consolas Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'courier';
src: local('Consolas Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'courier new';
src: local('Consolas');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'courier new';
src: local('Consolas Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'courier new';
src: local('Consolas Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'courier new';
src: local('Consolas Italic');
font-weight: bold;
font-style: italic;
}
@-moz-document url-prefix("https://twitter.com/") {
@font-face
{
font-family: 'twitterchirp';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'twitterchirp';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'twitterchirp';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'twitterchirp';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
}
@-moz-document url-prefix("https://readtheory.org/") {
@font-face
{
font-family: 'DM sans';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'DM sans';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'DM sans';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'DM sans';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
}
@-moz-document url-prefix("https://www.thehindubusinessline.com") {
p,article,div p, title, li{
font-size: 16px !important;
line-height: 1.5 !important;
}
@font-face
{
font-family: 'pt serif';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'pt serif';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'pt serif';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'pt serif';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'lato';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'lato';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'lato';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'lato';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'newsreader';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'newsreader';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'newsreader';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'newsreader';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
}
@-moz-document url-prefix("https://www.thehindu.com") {
p,article,div p, title, li{
font-size: 16px !important;
line-height: 1.5 !important;
}
@font-face
{
font-family: 'tundraweb';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'tundraweb';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'tundraweb';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'tundraweb';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
}
@-moz-document url-prefix("https://indianexpress.com") {
p,article,div p, title, li{
font-size: 16px !important;
line-height: 1.5 !important;
}
@font-face
{
font-family: 'droid serif';
src: local('Segoe UI');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'droid serif';
src: local('Segoe UI Bold');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'droid serif';
src: local('Segoe UI Bold Italic');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'droid serif';
src: local('Segoe UI Italic');
font-weight: bold;
font-style: italic;
}
}