generated from nhcarrigan/template
8 lines
177 B
CSS
8 lines
177 B
CSS
@font-face {
|
|
font-family: "Vampyr";
|
|
src: url("https://cdn.nhcarrigan.com/fonts/vampyr.ttf") format("truetype");
|
|
}
|
|
|
|
* {
|
|
font-family: "Vampyr", monospace !important;
|
|
} |