cabin regular font free download code example
Example: cabin font download
/* ==UserStyle==
@name Example UserCSS style
@namespace github.com/openstyles/stylus
@version 1.0.0
@license unlicense
@preprocessor default
@var color link-color "Link Color" red
==/UserStyle== */
@-moz-document domain("example.com") {
a {
color: var(--link-color);
}
}