feat(font): update Menlo Nerd fonts and add Propo variant

This commit is contained in:
2023-05-25 01:47:02 +01:00
parent 3de163d673
commit fc33b59dc8
16 changed files with 26 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,26 @@
@font-face {
font-family: "Menlo Nerd Font Propo";
font-style: normal;
font-weight: 400;
src: url("MenloNerdFontPropo-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Menlo Nerd Font Propo";
font-style: italic;
font-weight: 400;
src: url("MenloNerdFontPropo-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Menlo Nerd Font Propo";
font-weight: 700;
src: url("MenloNerdFontPropo-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Menlo Nerd Font Propo";
font-style: italic;
font-weight: 700;
src: url("MenloNerdFontPropo-BoldItalic.ttf") format("truetype");
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.