Displays all titles + building prices in Monospace font for easy read :D
Monospace Titles by impala101
Details
Authorimpala101
LicenseNo License
Categorycookie clicker
Created
Updated
Size421 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name orteil.dashnet.org
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document url-prefix("https://orteil.dashnet.org/cookieclicker/") {
.price {
font-family: monospace;
letter-spacing: 0px;
}
.title {
font-family: monospace;
font-weight: bold;
letter-spacing: 0px;
}
#commentsText{
font-weight:lighter;
font-size:17px;
letter-spacing: -0.8px;
}
}