mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:46:42 +00:00
feat(fonts): add css font-face file
This commit is contained in:
26
fonts/Menlo Nerd Font Mono.css
Normal file
26
fonts/Menlo Nerd Font Mono.css
Normal file
@@ -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");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user