We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d2abd + efc164d commit 82aaaecCopy full SHA for 82aaaec
1 file changed
Noto_Sans_for_Google.meta.js
@@ -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