diff options
| author | Haishan <[email protected]> | 2018-10-22 23:54:40 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-10-23 00:06:18 +0800 |
| commit | a7187d72b8a01e4d5abfb8a6c94eb364ff082a13 (patch) | |
| tree | 648fa6d90c07e29bcd94eedddbc1f881d7674ae1 /src/components/Logs.module.scss | |
| parent | 26e223c9cc5883393c73e08a5583f0086756e442 (diff) | |
style: use roboto mono as log font family
Diffstat (limited to 'src/components/Logs.module.scss')
| -rw-r--r-- | src/components/Logs.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Logs.module.scss b/src/components/Logs.module.scss index f3c767e..ff22beb 100644 --- a/src/components/Logs.module.scss +++ b/src/components/Logs.module.scss @@ -29,7 +29,7 @@ $heightHeader: 76px; .logText { flex-shrink: 0; display: flex; - font-family: 'Source Code Pro', Menlo, monospace; + font-family: 'Roboto Mono', Menlo, monospace; align-items: center; padding: 8px 0; // force wrap |
