Fix russian fonts for site unmatched.cards
unmatched.cards - rus font fix by crick
Details
Authorcrick
LicenseNo License
Categoryunmatched.cards
Created
Updated
Size428 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name unmatched.cards - rus font fix
@version 20240110.11.09
@namespace ?
==/UserStyle== */
@-moz-document domain("unmatched.cards") {
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans+Condensed&display=swap');
.inner-bottom .card-text div,
.inner-bottom .card-text span,
.panel .mixed-case {
font-family: 'Fira Sans Condensed', sans-serif !important;
}
}