mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
27 lines
584 B
CSS
27 lines
584 B
CSS
@font-face {
|
|
font-family: "Menlo Nerd Font";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url("MenloNerdFont-Regular.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Menlo Nerd Font";
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url("MenloNerdFont-Italic.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Menlo Nerd Font";
|
|
font-weight: 700;
|
|
src: url("MenloNerdFont-Bold.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Menlo Nerd Font";
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url("MenloNerdFont-BoldItalic.ttf") format("truetype");
|
|
}
|