Skip to content

Instantly share code, notes, and snippets.

View SuchyTheMaster's full-sized avatar

Adam Kutrasiński SuchyTheMaster

  • eEngine
  • Łódź
View GitHub Profile
@SuchyTheMaster
SuchyTheMaster / fonts_format_woff.css
Created May 12, 2023 13:27 — forked from gruzzilkin/fonts_format_woff.css
Google Webfonts response with `woff` files
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans Condensed';
font-style: normal;
font-weight: 300;