Last active
October 14, 2024 08:33
-
-
Save alexbaumgertner/3b2477b57fd681ada26f9ead5686ebc1 to your computer and use it in GitHub Desktop.
Enable Input Mono font for all monospaced fonts
This file contains hidden or 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: 'Consolas'; | |
src: local(input mono); | |
} | |
@font-face { | |
font-family: 'Liberation Mono'; | |
src: local(input mono); | |
} | |
@font-face { | |
font-family: 'Menlo'; | |
src: local(input mono); | |
} | |
@font-face { | |
font-family: 'Courier'; | |
src: local(input mono); | |
} | |
@font-face { | |
font-family: 'monospace'; | |
src: local(input mono); | |
} | |
@font-face { | |
font-family: 'input'; | |
src: local(input mono); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Font: http://input.fontbureau.com/

Stylish extension: https://userstyles.org/
just add new rule
or install it from userstyle link: https://userstyles.org/styles/126224/stylish-input-mono-font-force-enable
or add css code to
../User Data\Default\User StyleSheets\custom.css