8 lines
140 B
CSS
8 lines
140 B
CSS
|
@font-face {
|
||
|
font-family: terminess-nf;
|
||
|
src: url(../fonts/TerminessNerdFont-Regular.ttf);
|
||
|
}
|
||
|
|
||
|
:root {
|
||
|
font-family: terminess-nf
|
||
|
}
|