10 lines
173 B
CSS
10 lines
173 B
CSS
|
@font-face {
|
||
|
font-family: myFirstFont;
|
||
|
src: url('Hurmit%20Medium%20Nerd%20Font%20Complete.otf');
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: "myFirstFont";
|
||
|
font-size-adjust: 0.40;
|
||
|
}
|