Skip to content

Instantly share code, notes, and snippets.

@mrwweb
Created May 3, 2023 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrwweb/df5acf75a946eec8e55d6f466eaf8b2a to your computer and use it in GitHub Desktop.
Save mrwweb/df5acf75a946eec8e55d6f466eaf8b2a to your computer and use it in GitHub Desktop.
CSS to Replace with Segoe UI on Windows - Use a custom CSS add-on in your browser to apply these styles to ALL websites
@font-face { font-family: 'helvetica neue'; src: local('Segoe UI'); }
@font-face { font-family: 'helvetica neue'; font-weight:bold; src: local('Segoe UI Bold'); }
@font-face { font-family: 'helvetica neue'; font-weight:bold; src: local('Segoe UI Bold'); }
@font-face { font-family: 'helvetica neue'; font-style: italic; src: local('Segoe UI Italic'); }
@font-face { font-family: 'helvetica neue'; font-style: italic; font-weight:bold; src: local('Segoe UI Bold Italic'); }
@font-face { font-family: 'helvetica'; src: local('Segoe UI'); }
@font-face { font-family: 'helvetica'; font-weight:bold; src: local('Segoe UI Bold'); }
@font-face { font-family: 'helvetica'; font-style: italic; src: local('Segoe UI Italic'); }
@font-face { font-family: 'helvetica'; font-style: italic; font-weight:bold; src: local('Segoe UI Bold Italic'); }
@font-face { font-family: 'HelveticaNeue-Light'; src: local('Segoe UI Light'); }
@font-face { font-family: 'Helvetica Neue Light'; src: local('Segoe UI Light'); }
@font-face { font-family: 'HelveticaNeue-Light'; font-style: italic; src: local('Segoe UI Light Italic'); }
@font-face { font-family: 'Helvetica Neue Light'; font-style: italic; src: local('Segoe UI Light Italic'); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment