Skip to content

Google Chivo Font Everywhere by bilalazh

Screenshot of Google Chivo Font Everywhere

Details

Authorbilalazh

LicenseNo License

Categoryeverything

Created

Updated

Size804 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

apply the google chivo font to everything page you visit
not changed

  • monospace font
  • icons

Notes

KNOWN ISSUES*

  • sometimes causes glitch like text duplication on some website when you highlight the text
    some known websites where i have seen this style glitch are
  • github
  • google collab

Source code

/* ==UserStyle==
@name           Chivo google font everywhere
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    This user style will apply the google chivo font to everything page you visit 
                I have made some changes in it 
                this will not change the following 
                    - monospace font
                    - icons --> this theme is set up to ignore icons and dont mess up icons on most websites 
@author         heybilalazhar@gmail.com
==/UserStyle== */


@-moz-document regexp(".*") {
    /* Your code goes here. */
    @import url('https://fonts.googleapis.com/css2?family=Chivo&display=swap');

p, h1, h2, h3, h4, h5, h6, a, span, li, div, code, pre {
    font-family: 'Chivo', sans-serif !important;
}

}

Reviews

No reviews yet.