Skip to content

Commit 82aaaec

Browse files
committed
2 parents c5d2abd + efc164d commit 82aaaec

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Noto_Sans_for_Google.meta.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ==UserScript==
2+
// @name Noto Sans for Google
3+
// @namespace https://github.com/sinazadeh/userscripts
4+
// @version 1.0.0
5+
// @description Replaces Arial and Roboto with the locally installed Noto Sans font on Google websites.
6+
// @author TheSina
7+
// @match *://*.google.*/*
8+
// @exclude *://*.google.*/recaptcha/*
9+
// @grant GM_addStyle
10+
// @run-at document-start
11+
// @license MIT
12+
// @downloadURL https://raw.githubusercontent.com/sinazadeh/userscripts/refs/heads/main/Noto_Sans_for_Google.user.js
13+
// @updateURL https://raw.githubusercontent.com/sinazadeh/userscripts/refs/heads/main/Noto_Sans_for_Google.meta.js
14+
// ==/UserScript==

0 commit comments

Comments
 (0)