Google Sans Mono
· 162 B · Text
Raw
@font-face {
font-family: GSM;
src: url("https://lounge.swee.codes/uploads/6abe6f6e112ee934/Google-Sans-Mono-Regular.ttf");
}
body {
font-family: 'GSM';
}
1 | @font-face { |
2 | font-family: GSM; |
3 | src: url("https://lounge.swee.codes/uploads/6abe6f6e112ee934/Google-Sans-Mono-Regular.ttf"); |
4 | } |
5 | body { |
6 | font-family: 'GSM'; |
7 | } |