Last active
November 21, 2020 17:49
-
-
Save Vivelin/cd37bbcee8caa00bd8eb5383f07667d6 to your computer and use it in GitHub Desktop.
Arial -> Roboto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Arial font replacement | |
@namespace vivelin.net | |
@version 1.0.4 | |
@description Replace Arial, Helvetica and similar fonts with Roboto. Requires Roboto to be installed locally. Available from <https://github.com/google/roboto/releases>. | |
@author Vivelin | |
@updateURL https://gist.github.com/Vivelin/cd37bbcee8caa00bd8eb5383f07667d6/raw/ArialRoboto.user.css | |
@license unlicense | |
==/UserStyle== */ | |
@font-face { font-family: 'Arial'; src: local('Roboto'); } | |
@font-face { font-family: 'Helvetica'; src: local('Roboto'); } | |
@font-face { font-family: 'Helvetica Neue'; src: local('Roboto'); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment