mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +00:00
27 lines
669 B
CSS
27 lines
669 B
CSS
@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");
|
|
}
|