This changes the Vorapis V3 font from Arial to Roboto.
Roboto Font for V3 by ArbestRi02
Details
AuthorArbestRi02
LicenseNo License
Categorywww.youtube.com
Created
Updated
Size534 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Version 1.0.0: Initial release
Version 1.0.1: Now changes font on HTML5 player
Version 1.0.2: Removed leftover from early testing
Version 1.1.0: More accurate fonts along with some additions
Version 1.2.0: Style much more optimized, bold fonts improved (however use Polymer weight), Cyrillic languages now correctly displayed
Source code
/* ==UserStyle==
@name Roboto for V3
@namespace github.com/openstyles/stylus
@version 1.2.0
@description Replaces Arial with Roboto in V3
@author ArbestRi
==/UserStyle== */
@-moz-document domain("youtube.com") {
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*
{ font-family: Roboto }
body, input, button, textarea, html {
font-family: Roboto, Arial, sans-serif; }
.html5-video-player {
font-family: Roboto } }