mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Use our monospace font
This commit is contained in:
parent
42f6603401
commit
5b0a0a2dbb
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ h6 {
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
code,
|
||||
pre {
|
||||
font-family: var(--font-family-monospace);
|
||||
}
|
||||
|
||||
// Regardless of platform behavior we never want buttons to be
|
||||
// app drag targets unless explicitly specified.
|
||||
button {
|
||||
|
|
Loading…
Reference in a new issue