Skip to content

Instantly share code, notes, and snippets.

@kartiknair
Created March 10, 2020 07:48
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 kartiknair/90775295062946ccc0c7077583147a19 to your computer and use it in GitHub Desktop.
Save kartiknair/90775295062946ccc0c7077583147a19 to your computer and use it in GitHub Desktop.
@font-face {
font-family: lyon;
src: url("../fonts/LyonDisplay-Bold.otf");
font-weight: 800;
}
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap");
$font-fam-main: "EB Garamond", serif;
$font-fam-headings: lyon, serif;
$font-fam-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
monospace;
$line-ht-main: 1.5;
$line-ht-mono: 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment