File size: 108 Bytes
20ec4ad |
1 2 3 4 5 6 7 8 9 10 |
@import "tailwindcss";
* {
font-family: "Noto Sans";
}
.font-code {
font-family: "Source Code Pro";
}
|
20ec4ad |
1 2 3 4 5 6 7 8 9 10 |
@import "tailwindcss";
* {
font-family: "Noto Sans";
}
.font-code {
font-family: "Source Code Pro";
}
|