style.css
· 177 B · CSS
Неформатований
@font-face {
font-family: GSans;
src: url("https://github.com/hprobotic/Google-Sans-Font/raw/refs/heads/master/GoogleSans-Regular.ttf");
}
body {
font-family: 'GSans';
}
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 | } |