Nunito Font for Crowdin
Nunito Font for Crowdin by maicol07
Details
Authormaicol07
LicenseNo License
Categorycrowdin
Created
Updated
Size908 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 System Font for Crowdin
@namespace USO Archive
@author Lucas Miranda
@description `Replaces the Open Sans font used by Crowdin with your OS default font, providing a better-suited experience for your device.The code used is based on this article: https://furbo.org/2018/03/28/system-fonts-in-css/`
@version 20180624.0.20
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp('https:\\/\\/[\\w.]*crowdin\\.com\\/\\S*') {
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/*body, input, select, textarea, button*/ *:not(.md-icon, .material-icons, .material-icons-outlined, .icon, .Select-arrow) {
font-family: "Nunito", sans-serif !important;
}
.btn {
font-weight: 600 !important;
}
}