style.css
· 183 B · CSS
Originalformat
@font-face {
font-family: SweetWrite;
src: url("https://git.swee.codes/sweetfonts/sweetwrite/releases/download/latest/sweetwrite.woff2");
}
body {
font-family: 'SweetWrite';
}
1 | @font-face { |
2 | font-family: SweetWrite; |
3 | src: url("https://git.swee.codes/sweetfonts/sweetwrite/releases/download/latest/sweetwrite.woff2"); |
4 | } |
5 | body { |
6 | font-family: 'SweetWrite'; |
7 | } |