Last active
August 17, 2024 06:22
-
-
Save zackad/6f75e176493d7b3c9504467511bb905d to your computer and use it in GitHub Desktop.
Monospace font for youtrack
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
/* ==UserStyle== | |
@name Youtrack Monospace | |
@version 1.0.0 | |
@namespace https://github.com/zackad | |
@description Use monospace font on youtrack | |
@author zackad | |
@homepageURL https://gist.github.com/zackad/6f75e176493d7b3c9504467511bb905d | |
@supportURL https://gist.github.com/zackad/6f75e176493d7b3c9504467511bb905d | |
@updateURL https://gist.github.com/zackad/6f75e176493d7b3c9504467511bb905d/raw/youtrack-monospace.user.css | |
@license CC-BY-SA-4.0 | |
@preprocessor stylus | |
==/UserStyle== */ | |
@-moz-document domain("youtrack.ditsma.dev") { | |
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap'); | |
:root { | |
--ring-font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; | |
--yt-app-fsi-max-width: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment