mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
✨ include web font JetBrains Mono
This commit is contained in:
parent
b0f9ab07db
commit
2f49d781cf
1 changed files with 18 additions and 0 deletions
|
|
@ -81,3 +81,21 @@
|
|||
--background-modifier-error-hover: #a72020;
|
||||
--text-highlight-bg: #e9b35f;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrains Mono';
|
||||
src: url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2')
|
||||
format('woff2'),
|
||||
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Regular.ttf')
|
||||
format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
* {
|
||||
-webkit-font-feature-settings: 'liga' on, 'calt' on;
|
||||
font-feature-settings: 'liga' on, 'calt' on;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-family: 'JetBrains Mono';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue