Restores the font size values on Chief Delphi to what they were before July 12, 2024
Original CD Font Size by bobbysq

Details
Authorbobbysq
LicenseNo License
Categorychiefdelphi.com
Created
Updated
Code size1.4 kB
Code checksumf22ba46c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Original CD Font Size
@namespace https://gist.github.com/bobbysq/50d258c71919da5b7b1a637ce765d60d
@version 1.0.0
@description Restores the font size values on Chief Delphi to what they were before July 12, 2024
@author bobbysq
==/UserStyle== */
@-moz-document domain("chiefdelphi.com") {
/* Values have been taken from an archive of Chief Delphi before July 12, 2024 */
:root {
--base-font-size-smallest: 0.815em;
--base-font-size-smaller: 0.875em;
--base-font-size: 0.938em;
--base-font-size-larger: 1.063em;
--base-font-size-largest: 1.118em;
--font-up-6: 2.296em;
--font-up-5: 2em;
--font-up-4: 1.7511em;
--font-up-3: 1.5157em;
--font-up-2: 1.3195em;
--font-up-1: 1.1487em;
--font-0: 1em;
--font-down-1: 0.8706em;
--font-down-2: 0.7579em;
--font-down-3: 0.6599em;
--font-down-4: 0.5745em;
--font-down-5: 0.5em;
--font-down-6: 0.4355em;
--font-up-3-rem: 1.5157rem;
--font-up-2-rem: 1.3195rem;
--font-up-1-rem: 1.1487rem;
--font-0-rem: 1rem;
--font-down-1-rem: 0.8706rem;
--font-down-2-rem: 0.7579rem;
--font-size-ios-input: 1.07em;
--line-height-small: 1;
--line-height-medium: 1.2;
--line-height-large: 1.4
}
}