diff --git a/fonts/Menlo Bold Italic Nerd Font Complete.ttf b/fonts/Menlo Bold Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..f7f80c6 Binary files /dev/null and b/fonts/Menlo Bold Italic Nerd Font Complete.ttf differ diff --git a/fonts/Menlo Bold Nerd Font Complete.ttf b/fonts/Menlo Bold Nerd Font Complete.ttf new file mode 100644 index 0000000..a1483d3 Binary files /dev/null and b/fonts/Menlo Bold Nerd Font Complete.ttf differ diff --git a/fonts/Menlo Italic Nerd Font Complete.ttf b/fonts/Menlo Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..780ba54 Binary files /dev/null and b/fonts/Menlo Italic Nerd Font Complete.ttf differ diff --git a/fonts/Menlo Nerd Font.css b/fonts/Menlo Nerd Font.css new file mode 100644 index 0000000..b9d8f27 --- /dev/null +++ b/fonts/Menlo Nerd Font.css @@ -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"); +} diff --git a/fonts/Menlo Regular Nerd Font Complete.ttf b/fonts/Menlo Regular Nerd Font Complete.ttf new file mode 100644 index 0000000..d487928 Binary files /dev/null and b/fonts/Menlo Regular Nerd Font Complete.ttf differ