Skip to content

Amatic SC font. by rissole768

Details

Authorrissole768

LicenseNo License

Category*.com

Created

Updated

Size675 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the font to Amatic SC

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle== */
@name         Amatic SC font
@description  there is none.
@namespace    roblox.com
@version      1.0
@author       rissole768
@homepageURL  http://example.com/
@supportURL   http://example.com/issues
@license      unlicense
@preprocessor stylus
==/UserStyle== */

@-moz-document domain("aeiou.world") {
    * {
        color: crimson;
    }
}

@import url(https://fonts.googleapis.com/css?family=Amatic+SC);

body{
   font-family: 'Amatic SC',serif !important;
}
h1{
   font-family: 'Amatic SC',serif !important;
}
h2{
   font-family: 'Amatic SC',serif !important;
}
header-2{
   font-family: 'Amatic SC',serif !important;
}

Reviews

No reviews yet.