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:
2023-04-30 23:51:54 +01:00
parent fd6aaf0168
commit e66883cf73
5 changed files with 26 additions and 0 deletions

26
fonts/Menlo Nerd Font.css Normal file
View 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");
}