A new userstyle
font Montserrat by pikhura
Details
Authorpikhura
LicenseNo License
CategoryFonts
Created
Updated
Size491 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 font Monts
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("lichess.org") {
html
{
font-family: "Montserrat", Sans-Serif;
font-weight: 550
}
.coords-out coords.files
{
bottom: -21px;
text-align: center;
font-size: 16px;
}
.coords-out coords
{
font-size: 16px;
}
}