Created
May 3, 2023 19:56
-
-
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
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
@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