Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created December 22, 2018 20:08
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 richtabor/9ff69ad1bb5952dc934c2acd5198b221 to your computer and use it in GitHub Desktop.
Save richtabor/9ff69ad1bb5952dc934c2acd5198b221 to your computer and use it in GitHub Desktop.
body {
color: $color__text-main;
font-family: $font__body;
font-size: $font__size-md;
@media screen and (min-width: 599px) {
font-size: $font__size_base;
}
}
p {
font-size: $font__size-md;
font-weight: $font__weight-body;
line-height: $font__line-height-body !important;
text-rendering: optimizeLegibility;
@media screen and (min-width: 599px) {
font-size: $font__size_base;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment