Skip to content

Instantly share code, notes, and snippets.

@nanozuki
Created January 30, 2023 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanozuki/fae578539c6522949f074a6d44ec8450 to your computer and use it in GitHub Desktop.
Save nanozuki/fae578539c6522949f074a6d44ec8450 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'JetBrainsMono Nerd Font Mono';
font-style: normal;
font-weight: 400;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/Regular/complete/JetBrains%20Mono%20Nerd%20Font%20Complete%20Mono%20Regular.ttf')
format('truetype');
}
@font-face {
font-family: 'JetBrainsMono Nerd Font Mono';
font-style: italic;
font-weight: 400;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/Italic/complete/JetBrains%20Mono%20Nerd%20Font%20Complete%20Mono%20Italic.ttf')
format('truetype');
}
@font-face {
font-family: 'JetBrainsMono Nerd Font Mono';
font-style: normal;
font-weight: bold;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/Bold/complete/JetBrains%20Mono%20Nerd%20Font%20Complete%20Mono%20Bold.ttf')
format('truetype');
}
@font-face {
font-family: 'JetBrainsMono Nerd Font Mono';
font-style: italic;
font-weight: bold;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/BoldItalic/complete/JetBrains%20Mono%20Nerd%20Font%20Complete%20Mono%20Bold%20Italic.ttf')
format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment