Skip to content

Instantly share code, notes, and snippets.

@Fedozie
Last active April 29, 2021 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fedozie/48184f7bee44f65515ce6467964f5305 to your computer and use it in GitHub Desktop.
Save Fedozie/48184f7bee44f65515ce6467964f5305 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$mainFont: ‘Open Sans’, sans-serif;
$subFont: Helvetica, sans-serif;
$half: 50%;
body{
font-family: $mainFont;
width: 100vw;
}
.container{
font-family: $subFont;
width: $half;
}
@charset "UTF-8";
body {
font-family: ‘Open Sans’, sans-serif;
width: 100vw;
}
.container {
font-family: Helvetica, sans-serif;
width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment