Skip to content

Hylian language font for chromebook! by KiroTwilight

Screenshot of Hylian language font for chromebook!

Details

AuthorKiroTwilight

LicenseNo License

Categorygoogle.com, instagram.com, others...

Created

Updated

Code size1.1 kB

Code checksumc3637346

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

made with LOTS of chatgpt aid. Based on tthe Hylian language from Skyward Sword specifically. Characters made myself, based off images from Fandom.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hylian language font for chromebook!
@version      20250327.18.16
@namespace    ?
@description  made with LOTS of chatgpt aid. Based on tthe Hylian language from Skyward Sword specifically. Characters made myself, based off images from Fandom.
@license      No License
==/UserStyle== */

@font-face {
    font-family: 'MyCustomFont';
    src: url('https://hylianlanguagefont.wolfium-z.workers.dev/') format('woff2');
}    
    
    * {
    font-family: 'MyCustomFont' !important;
}
@supports (font-family: "Roboto") {
    * {
        font-family: 'MyCustomFont' !important;
    }
}

/*:where([style*="font-family: -apple-system"], [style*="font-family: BlinkMacSystemFont"], [style*="font-family: Roboto"]) {
    font-family: 'MyCustomFont' !important;
}*/

@-moz-document domain("google.com") {
/* Force change on Google Search */


    * {
        font-family: 'MyCustomFont' !important;
    }
}

@-moz-document domain("instagram.com") {
/* Force change on Instagram */


    * {
        font-family: 'MyCustomFont' !important;
    }
}

Reviews

No reviews yet.