mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
29d8bcc6ea
This used to make things such that the copy button for `console` blocks would only copy the input and not the output, but it doesn't seem to have that effect any more, and now just prevents selecting portions of the output. That's a PITA because eg: the CLI --help pages use `console` to show which options are available. I think something has probably changed somewhere in upstream mkdocs because this used to work as I mentioned above. refs: https://github.com/squidfunk/mkdocs-material/issues/6697
15 lines
337 B
CSS
15 lines
337 B
CSS
@font-face {
|
|
font-family: "Symbols Nerd Font Mono";
|
|
src: url(fonts/SymbolsNerdFontMono-Regular.ttf) format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.nerdfont {
|
|
font-family: "Symbols Nerd Font Mono";
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|