Changes default font to Roboto. For some reason my machine does not render properly the website using the default Segoe font.
6/7/2022, 9:31:34 AM by victordiaz
Details
Authorvictordiaz
LicenseNo License
Categorydeveloper.blender.org
Created
Updated
Size298 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 6/7/2022, 9:31:34 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Change default font to Roboto
@author Me
==/UserStyle== */
@-moz-document domain("developer.blender.org") {
* {
font-family: Roboto;
}
}