mirror of
https://github.com/0xShay/halflink.git
synced 2026-01-11 13:13:25 +00:00
10 lines
209 B
CSS
10 lines
209 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Nova+Oval&display=swap');
|
|
|
|
@import "tailwindcss";
|
|
|
|
.nova-oval-regular {
|
|
font-family: "Nova Oval", system-ui;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|