Depresst0 revised this gist 7 months ago. Go to revision
1 file changed, 1 insertion, 1 deletion
style.css
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | @font-face { | |
| 2 | 2 | font-family: GSans; | |
| 3 | - | src: url("https://github.com/hprobotic/Google-Sans-Font/raw/refs/heads/master/GoogleSans-Regular.ttf"); | |
| 3 | + | src: url("https://lounge.swee.codes/uploads/a78da8ae1b590c32/GoogleSans-Regular.ttf"); | |
| 4 | 4 | } | |
| 5 | 5 | body { | |
| 6 | 6 | font-family: 'GSans'; | |
Depresst0 revised this gist 7 months ago. Go to revision
1 file changed, 3 insertions, 3 deletions
style.css
| @@ -1,7 +1,7 @@ | |||
| 1 | 1 | @font-face { | |
| 2 | - | font-family: SweetWrite; | |
| 3 | - | src: url("https://git.swee.codes/sweetfonts/sweetwrite/releases/download/latest/sweetwrite.woff2"); | |
| 2 | + | font-family: GSans; | |
| 3 | + | src: url("https://github.com/hprobotic/Google-Sans-Font/raw/refs/heads/master/GoogleSans-Regular.ttf"); | |
| 4 | 4 | } | |
| 5 | 5 | body { | |
| 6 | - | font-family: 'SweetWrite'; | |
| 6 | + | font-family: 'GSans'; | |
| 7 | 7 | } | |
swee revised this gist 7 months ago. Go to revision
1 file changed, 7 insertions
style.css(file created)
| @@ -0,0 +1,7 @@ | |||
| 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 | + | } | |