Skip to content

Kojo-Font by decimation

Details

Authordecimation

LicenseNo License

Categoryglobal

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improves the fonts globally and on certain websites

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Kojo-Font
@version      20230412.21.39
@namespace    userstyles.world/user/decimation
@description  Improves the fonts globally and on certain websites
@author       decimation
@license      No License
==/UserStyle== */

/*
 * Author: Decimation
 */
/*src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
font-weight: normal;
font-style: normal;*/
/*src: local('Roboto Mono'), local('Roboto-Mono'), url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4.woff2) format('woff2');
font-weight: normal;
font-style: normal;*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/

/* @font-face {
	font-family: 'Arial';
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
	font-style: normal;
	font-weight: 400;
} */

@require url('https://gist.githubusercontent.com/Vivelin/76b56deeb000c01811243009e134b181/raw/ArialRoboto.user.css');

	
/*@font-face {
	font-family: 'Helvetica';
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
	font-style: normal;
	
}*/

@font-face {
	font-family: 'Manrope';
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "SF Mono";
	src: local('Consolas');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Menlo;
	src: local('Consolas');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Andale Mono", "Monotype.com", monospace;
	src: local('Consolas');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: monospace, monospace;
	src: local('Consolas');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Courier New";
	src: local('Consolas');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Courier";
	src: local('Consolas');
	font-weight: 600;

	font-style: normal;
}

@-moz-document domain("en.cppreference.com") {
/* https://gist.github.com/westonruter/d6cbb4d10cc34864577b946a4b8dd297 */
/* https://fonts.googleapis.com/css?family= */
/* https://fonts.googleapis.com/css?family=Roboto */
/* https://fonts.googleapis.com/css?family=Roboto+Mono */




	html,
	body,
	span[class="t-spar"],
	span[class="t-lines"],
	span[class="kw4"],
	tt,
	code,
	pre,
	.mw-geshi,
	.t-lc,
	#mw-content-text #wpTextbox1 {
		font-family: Consolas !important
	}
}

Reviews

No reviews yet.