1 | @font-face { |
2 | font-family: GSans; |
3 | src: url("https://github.com/hprobotic/Google-Sans-Font/raw/refs/heads/master/GoogleSans-Regular.ttf"); |
4 | } |
5 | body { |
6 | font-family: 'GSans'; |
7 | } |
フォーク元 swee/style.css
最終更新
1 | @font-face { |
2 | font-family: GSans; |
3 | src: url("https://github.com/hprobotic/Google-Sans-Font/raw/refs/heads/master/GoogleSans-Regular.ttf"); |
4 | } |
5 | body { |
6 | font-family: 'GSans'; |
7 | } |