Fixes for cyrillic languages
Elite Dangerous by abugaets
Details
Authorabugaets
LicenseNo License
Categoryelitedangerous
Created
Updated
Size601 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 Elite Dangerous
@version 20220112.11.15
@namespace userstyles.world/user/abugaets
@description Fixes for cyrillic languages
@author abugaets
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.elitedangerous.com/ru-RU") {
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,600;1,400&display=swap');
body,
.c-site-navigation nav a,
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5,
.c-site-navigation nav .nav-highlight a {
font-family: "Rubik","rift", sans-serif;
}
}