Usage

Prefix fonts.googleapis.com with f.sportshead.dev. For example: fonts.gstatic.com is also proxied and automatically prefixed by f.sportshead.dev:
GET https://fonts.googleapis.com/css2?family=Roboto

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
===
GET https://f.sportshead.dev/fonts.googleapis.com/css2?family=Roboto

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://f.sportshead.dev/fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}