sway-ipc/scss/fonts.scss

13 lines
187 B
SCSS

.inter { font-family: 'Inter var', sans-serif; }
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.navbar a:hover {
text-decoration: none;
}