Custom Font (Geoguessr)

Use your own font with CSS rules.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
Alien Perfect
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
7
Βαθμολογίες
0 0 0
Έκδοση
1.0
Δημιουργήθηκε την
14/02/2025
Ενημερώθηκε την
14/02/2025
Μέγεθος
1 KB
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε

As always, use an up-to-date script manager such as Violentmonkey or Tampermonkey.

For a more complete change of Geoguessr's GUI, check out my other script: Better GUI (Geoguessr)

  1. Using custom fonts assumes that you have them installed on your system.

  2. Replace "Roboto" in the source code with your own font if needed. If nothing changes and you're sure you've spelled the name of a font correctly it might be due to browser fingerprinting protection. Look up a way to disable fingerprinting for language preferences in your browser. This will reduce your privacy on the internet, though. If you're using Chrome/Edge you shouldn't have issues since they're not private anyway.

  3. * {font-weight: 400 !important} makes the font thinner and easier to read, it works well with Roboto but if you don't need it, remove the line.

  4. Technically you can add any CSS rules to this script besides changing font. I made it as a static configuration, it won't be updated.