feat(fonts): upgrade Nerd Fonts to v3.0.0

This commit is contained in:
2023-05-03 02:22:45 +01:00
parent 01fc707a2b
commit 3de163d673
12 changed files with 8 additions and 8 deletions

View File

@@ -2,25 +2,25 @@
font-family: "Menlo Nerd Font Mono"; font-family: "Menlo Nerd Font Mono";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url("Menlo Regular Nerd Font Complete Mono.ttf") format("truetype"); src: url("MenloNerdFontMono-Regular.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Menlo Nerd Font Mono"; font-family: "Menlo Nerd Font Mono";
font-style: italic; font-style: italic;
font-weight: 400; font-weight: 400;
src: url("Menlo Italic Nerd Font Complete Mono.ttf") format("truetype"); src: url("MenloNerdFontMono-Italic.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Menlo Nerd Font Mono"; font-family: "Menlo Nerd Font Mono";
font-weight: 700; font-weight: 700;
src: url("Menlo Bold Nerd Font Complete Mono.ttf") format("truetype"); src: url("MenloNerdFontMono-Bold.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Menlo Nerd Font Mono"; font-family: "Menlo Nerd Font Mono";
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url("Menlo Bold Italic Nerd Font Complete Mono.ttf") format("truetype"); src: url("MenloNerdFontMono-BoldItalic.ttf") format("truetype");
} }

Binary file not shown.

View File

@@ -2,25 +2,25 @@
font-family: "Menlo Nerd Font"; font-family: "Menlo Nerd Font";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url("Menlo Regular Nerd Font Complete.ttf") format("truetype"); src: url("MenloNerdFont-Regular.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Menlo Nerd Font"; font-family: "Menlo Nerd Font";
font-style: italic; font-style: italic;
font-weight: 400; font-weight: 400;
src: url("Menlo Italic Nerd Font Complete.ttf") format("truetype"); src: url("MenloNerdFont-Italic.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Menlo Nerd Font"; font-family: "Menlo Nerd Font";
font-weight: 700; font-weight: 700;
src: url("Menlo Bold Nerd Font Complete.ttf") format("truetype"); src: url("MenloNerdFont-Bold.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Menlo Nerd Font"; font-family: "Menlo Nerd Font";
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url("Menlo Bold Italic Nerd Font Complete.ttf") format("truetype"); src: url("MenloNerdFont-BoldItalic.ttf") format("truetype");
} }

BIN
fonts/Menlo Nerd Font.ttc Normal file

Binary file not shown.