sets inter font for mediadice dashboard
inter font for mediadice by sleepykatrine

Details
Authorsleepykatrine
License2025 cutecore
Categorymediadice
Created
Updated
Code size577 B
Code checksum3569ab03
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mediadice inter font
@namespace t.me/uwutears
@version 1.2
@description sets inter font on mediadice dashboard page
@author katrine
==/UserStyle== */
@-moz-document url-prefix("https://client.mediadice.ru") {
@import url('https://fonts.googleapis.com/css2?family=Inter');
}@-moz-document domain("client.mediadice.ru") {
* {
font-family: 'Inter', 'Font Awesome 6 Free', sans-serif !important;
}
h1 {
font-weight: 700 !important;
}
h2 {
font-weight: 500 !important;
}
}