9 lines
191 B
CSS
9 lines
191 B
CSS
@font-face {
|
|
font-family: "Ubuntu";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
/* im using nerd fonts btw */
|
|
src: url("https://files.ngn.tf/fonts/UbuntuNF.ttf");
|
|
}
|