mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
feat(fonts): add Menlo Nerd Font
While Menlo Nerd Font Mono uses single-width icons (one character), the non-Mono variant uses double-width icons (two characters). This allows icons to visually be quite a bit bigger and usable.
This commit is contained in:
BIN
fonts/Menlo Bold Italic Nerd Font Complete.ttf
Normal file
BIN
fonts/Menlo Bold Italic Nerd Font Complete.ttf
Normal file
Binary file not shown.
BIN
fonts/Menlo Bold Nerd Font Complete.ttf
Normal file
BIN
fonts/Menlo Bold Nerd Font Complete.ttf
Normal file
Binary file not shown.
BIN
fonts/Menlo Italic Nerd Font Complete.ttf
Normal file
BIN
fonts/Menlo Italic Nerd Font Complete.ttf
Normal file
Binary file not shown.
26
fonts/Menlo Nerd Font.css
Normal file
26
fonts/Menlo Nerd Font.css
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "Menlo Nerd Font";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("Menlo Regular Nerd Font Complete.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Menlo Nerd Font";
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("Menlo Italic Nerd Font Complete.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Menlo Nerd Font";
|
||||||
|
font-weight: 700;
|
||||||
|
src: url("Menlo Bold Nerd Font Complete.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Menlo Nerd Font";
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 700;
|
||||||
|
src: url("Menlo Bold Italic Nerd Font Complete.ttf") format("truetype");
|
||||||
|
}
|
||||||
BIN
fonts/Menlo Regular Nerd Font Complete.ttf
Normal file
BIN
fonts/Menlo Regular Nerd Font Complete.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user