diff --git a/fonts/Menlo Nerd Font Mono.css b/fonts/Menlo Nerd Font Mono.css new file mode 100644 index 0000000..03712de --- /dev/null +++ b/fonts/Menlo Nerd Font Mono.css @@ -0,0 +1,26 @@ +@font-face { + font-family: "Menlo Nerd Font Mono"; + font-style: normal; + font-weight: 400; + src: url("Menlo Regular Nerd Font Complete Mono.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"); +} + +@font-face { + font-family: "Menlo Nerd Font Mono"; + font-weight: 700; + src: url("Menlo Bold Nerd Font Complete Mono.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"); +}