Code for Developers
Code for Dev by muneebrbaig
Details
Authormuneebrbaig
LicenseNo License
Categorycode, development, 'CaskaydiaCove NF', 'Cascadia Code PL', 'Operator Mono Lig', 'Operator Mono', "Fira Code"
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
A neat style for the code on all the pages. Currently supported fonts are:
CaskaydiaCove NF
Cascadia Code PL
Operator Mono Lig
Operator Mono
Fira Code
Liberation Mono
Menlo
Courier
Source code
/* ==UserStyle==
@name Code for Dev
@namespace userstyles.world.muneebrbaig.codefordev
@version 1.0.0
@description Code style for Dev
@author Me
==/UserStyle== */
@-moz-document regexp(".*") {
/* i really want this to be global */
/* 'CaskaydiaCove NF', 'Cascadia Code PL', 'Operator Mono Lig', 'Operator Mono', "Fira Code","Liberation Mono", Menlo, Courier, monospace */
pre,
code,
tt,
kbd:not(.badmono),
.blob-code,
.blob-code-inner,
.blob-num,
.highlight pre,
pre,
samp {
font-family: 'CaskaydiaCove NF', 'Cascadia Code PL', 'Operator Mono Lig', 'Operator Mono', "Fira Code","Liberation Mono", Menlo, Courier, monospace !important;
font-size: 16px !important;
font-weight: 300;
-moz-tab-size: 2;
-o-tab-size: 2;
-webkit-tab-size: 2;
tab-size: 2 !important;
/*background: 0 0 !important; == === -> => != ~> www *** */
/*text-shadow: 0 -0.05em 0.02em #160303;*/
/*text-shadow: 0 1px #fff !important;*/
}
.hljs-comment,
.pl-c,
.pl-e {
font-style: italic;
}
}