diff --git a/fonts/Menlo Nerd Font Mono.css b/fonts/Menlo Nerd Font Mono.css index 03712de..145af0d 100644 --- a/fonts/Menlo Nerd Font Mono.css +++ b/fonts/Menlo Nerd Font Mono.css @@ -2,25 +2,25 @@ font-family: "Menlo Nerd Font Mono"; font-style: normal; font-weight: 400; - src: url("Menlo Regular Nerd Font Complete Mono.ttf") format("truetype"); + src: url("MenloNerdFontMono-Regular.ttf") format("truetype"); } @font-face { font-family: "Menlo Nerd Font Mono"; font-style: italic; font-weight: 400; - src: url("Menlo Italic Nerd Font Complete Mono.ttf") format("truetype"); + src: url("MenloNerdFontMono-Italic.ttf") format("truetype"); } @font-face { font-family: "Menlo Nerd Font Mono"; font-weight: 700; - src: url("Menlo Bold Nerd Font Complete Mono.ttf") format("truetype"); + src: url("MenloNerdFontMono-Bold.ttf") format("truetype"); } @font-face { font-family: "Menlo Nerd Font Mono"; font-style: italic; font-weight: 700; - src: url("Menlo Bold Italic Nerd Font Complete Mono.ttf") format("truetype"); + src: url("MenloNerdFontMono-BoldItalic.ttf") format("truetype"); } diff --git a/fonts/Menlo Nerd Font Mono.ttc b/fonts/Menlo Nerd Font Mono.ttc new file mode 100644 index 0000000..7ca206c Binary files /dev/null and b/fonts/Menlo Nerd Font Mono.ttc differ diff --git a/fonts/Menlo Nerd Font.css b/fonts/Menlo Nerd Font.css index b9d8f27..14f77d2 100644 --- a/fonts/Menlo Nerd Font.css +++ b/fonts/Menlo Nerd Font.css @@ -2,25 +2,25 @@ font-family: "Menlo Nerd Font"; font-style: normal; font-weight: 400; - src: url("Menlo Regular Nerd Font Complete.ttf") format("truetype"); + src: url("MenloNerdFont-Regular.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"); + src: url("MenloNerdFont-Italic.ttf") format("truetype"); } @font-face { font-family: "Menlo Nerd Font"; font-weight: 700; - src: url("Menlo Bold Nerd Font Complete.ttf") format("truetype"); + src: url("MenloNerdFont-Bold.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"); + src: url("MenloNerdFont-BoldItalic.ttf") format("truetype"); } diff --git a/fonts/Menlo Nerd Font.ttc b/fonts/Menlo Nerd Font.ttc new file mode 100644 index 0000000..90cd74c Binary files /dev/null and b/fonts/Menlo Nerd Font.ttc differ diff --git a/fonts/Menlo Bold Nerd Font Complete.ttf b/fonts/MenloNerdFont-Bold.ttf similarity index 99% rename from fonts/Menlo Bold Nerd Font Complete.ttf rename to fonts/MenloNerdFont-Bold.ttf index a1483d3..048102e 100644 Binary files a/fonts/Menlo Bold Nerd Font Complete.ttf and b/fonts/MenloNerdFont-Bold.ttf differ diff --git a/fonts/Menlo Bold Italic Nerd Font Complete.ttf b/fonts/MenloNerdFont-BoldItalic.ttf similarity index 99% rename from fonts/Menlo Bold Italic Nerd Font Complete.ttf rename to fonts/MenloNerdFont-BoldItalic.ttf index f7f80c6..cc334c7 100644 Binary files a/fonts/Menlo Bold Italic Nerd Font Complete.ttf and b/fonts/MenloNerdFont-BoldItalic.ttf differ diff --git a/fonts/Menlo Italic Nerd Font Complete.ttf b/fonts/MenloNerdFont-Italic.ttf similarity index 99% rename from fonts/Menlo Italic Nerd Font Complete.ttf rename to fonts/MenloNerdFont-Italic.ttf index 780ba54..6422f02 100644 Binary files a/fonts/Menlo Italic Nerd Font Complete.ttf and b/fonts/MenloNerdFont-Italic.ttf differ diff --git a/fonts/Menlo Regular Nerd Font Complete.ttf b/fonts/MenloNerdFont-Regular.ttf similarity index 99% rename from fonts/Menlo Regular Nerd Font Complete.ttf rename to fonts/MenloNerdFont-Regular.ttf index d487928..d19370c 100644 Binary files a/fonts/Menlo Regular Nerd Font Complete.ttf and b/fonts/MenloNerdFont-Regular.ttf differ diff --git a/fonts/Menlo Bold Nerd Font Complete Mono.ttf b/fonts/MenloNerdFontMono-Bold.ttf similarity index 99% rename from fonts/Menlo Bold Nerd Font Complete Mono.ttf rename to fonts/MenloNerdFontMono-Bold.ttf index ea4a96e..c3ae12d 100644 Binary files a/fonts/Menlo Bold Nerd Font Complete Mono.ttf and b/fonts/MenloNerdFontMono-Bold.ttf differ diff --git a/fonts/Menlo Bold Italic Nerd Font Complete Mono.ttf b/fonts/MenloNerdFontMono-BoldItalic.ttf similarity index 99% rename from fonts/Menlo Bold Italic Nerd Font Complete Mono.ttf rename to fonts/MenloNerdFontMono-BoldItalic.ttf index 8fd1199..41a7977 100644 Binary files a/fonts/Menlo Bold Italic Nerd Font Complete Mono.ttf and b/fonts/MenloNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/Menlo Italic Nerd Font Complete Mono.ttf b/fonts/MenloNerdFontMono-Italic.ttf similarity index 99% rename from fonts/Menlo Italic Nerd Font Complete Mono.ttf rename to fonts/MenloNerdFontMono-Italic.ttf index 72e8a57..4e614a5 100644 Binary files a/fonts/Menlo Italic Nerd Font Complete Mono.ttf and b/fonts/MenloNerdFontMono-Italic.ttf differ diff --git a/fonts/Menlo Regular Nerd Font Complete Mono.ttf b/fonts/MenloNerdFontMono-Regular.ttf similarity index 99% rename from fonts/Menlo Regular Nerd Font Complete Mono.ttf rename to fonts/MenloNerdFontMono-Regular.ttf index cca9f68..01c02c5 100644 Binary files a/fonts/Menlo Regular Nerd Font Complete Mono.ttf and b/fonts/MenloNerdFontMono-Regular.ttf differ