Skip to content

rust-lang large fonts by idrisfamily

Details

Authoridrisfamily

LicenseNo License

Categorydoc.rust-lang.org, docs.rs, docs.serde.rs

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

rust-lang large fonts

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         rust-lang large fonts
@version      20220813.03.44
@namespace    userstyles.world/user/idrisfamily
@description  rust-lang large fonts
@author       idrisfamily
@license      No License
==/UserStyle== */
@-moz-document domain("doc.rust-lang.org"),
domain("docs.rs"),
domain("docs.serde.rs"),
domain("tokio.rs"), url-prefix("file:///home/nazmul/github/r3bl_rs_utils/target/doc"), url-prefix("http://localhost:3000/r3bl") {
	/*
		.item-table,
		.content p,
		ul,
		li,
		td,
		dl,
		dt,
		tr {
			font-size: 11.5pt;
			font-weight: 500;
		}

		dl,
		dt {
			line-height: 20pt;
		}
	*/
	
	:root {
		--default-font-size: 12pt;
	}	
	
	code.hljs,
	.hljs,
	.boring,
	pre,
	code {
		font-family: "Iosevka Term SS15" !important;
		font-weight: 550;
		font-size: var(--default-font-size);
		/* font-size: 12pt; */
	}

	.code-header,
	html,
	head,
	body {
		font-family: "Inter";
		font-size: var(--default-font-size);
		/* font-size: 12pt; */
		/* line-height: 18pt; */
		/* font-weight: 500; */
	}

	/* Override just for code snippets in section headers */
		/*
		.section-header code {
			font-size: 1em;
			font-weight: 500;
		}
	*/

	/*
	h1 code,
	h1pre,
	h2 code,
	h2 pre,
	h3 code,
	h3 pre,
	h4 code,
	h4 pre,
	h5 code,
	h5 pre {
		font-size: 1em;
		font-weight: 500;
	}
	*/
}

Reviews

No reviews yet.