Skip to content

Instantly share code, notes, and snippets.

@kemist
Last active June 14, 2023 15:46
Show Gist options
  • Save kemist/7cf1551e9c0c9b4f8e7a9513449e09d7 to your computer and use it in GitHub Desktop.
Save kemist/7cf1551e9c0c9b4f8e7a9513449e09d7 to your computer and use it in GitHub Desktop.
Google Fonts Standard
<style>
@import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Josefin+Sans:300,300i,400,400i,600,600i,700,700i|Lato:300,300i,400,400i,700,700i|Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Nunito+Sans:300,300i,400,400i,600,600i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i|Roboto+Mono|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&effect=emboss|outline|shadow-multiple|3d-float|3d');
</style>
@import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Josefin+Sans:300,300i,400,400i,600,600i,700,700i|Lato:300,300i,400,400i,700,700i|Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Nunito+Sans:300,300i,400,400i,600,600i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i|Roboto+Mono|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&effect=emboss|outline|shadow-multiple|3d-float|3d');
font-family: 'Josefin Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: 'Roboto', sans-serif;
font-family: 'Barlow', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment