idk what to put here
Font fix for GetIntoPC for uBlock Origin by andreluiztrabuco
Details
Authorandreluiztrabuco
LicenseNo License
Categorygetintopc.com
Created
Updated
Size318 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 Font fix for GetIntoPC for uBlock Origin
@version 20230421.11.33
@namespace ?
==/UserStyle== */
@-moz-document url("getintopc.com") {
@import "http://fonts.googleapis.com/css?family=Roboto";
/* use the font */
body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
}
}