Skip to content

Instantly share code, notes, and snippets.

@Vivelin
Last active November 21, 2020 17:49
Show Gist options
  • Save Vivelin/cd37bbcee8caa00bd8eb5383f07667d6 to your computer and use it in GitHub Desktop.
Save Vivelin/cd37bbcee8caa00bd8eb5383f07667d6 to your computer and use it in GitHub Desktop.
Arial -> Roboto
/* ==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