Skip to content

Instantly share code, notes, and snippets.

@curiositry
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save curiositry/ca9232950142428c1b00 to your computer and use it in GitHub Desktop.

Select an option

Save curiositry/ca9232950142428c1b00 to your computer and use it in GitHub Desktop.
.viewer .navbar{
visibility:hidden;
}
.viewer .navbar:hover{
visibility:visible;
}
body.viewer{
font-family: Calendas Plus, serif !important;
}
h1,h2,h3,h4,h5,h6{
-moz-font-feature-settings: "smcp=1";
-ms-font-feature-settings: "smcp";
-webkit-font-feature-settings: "smcp";
-o-font-feature-settings: "smcp";
font-feature-settings: "smcp";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment