sets golos text font on genius website
golos text for genius by sleepykatrine
Details
Authorsleepykatrine
LicenseNo License
Categorygenius
Created
Updated
Code size544 B
Code checksumc4ebcdd2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name golos text for genius
@version 1
@namespace t.me/heavenasylum
@description sets golos text font on genius website
@author katrine
==/UserStyle== */
@-moz-document url-prefix("https://genius.com") {
@import url('https://fonts.googleapis.com/css2?family=Golos+Text');
}
@-moz-document domain("genius.com") {
* {
font-family: 'Golos Text', 'Font Awesome 6 Free', sans-serif !important;
}
h1 {
font-weight: 700 !important;
}
h2 {
font-weight: 500 !important;
}
}