Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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 ragingwind/27dbf7e023a057fef5e7c09bb4e1f479 to your computer and use it in GitHub Desktop.
Save ragingwind/27dbf7e023a057fef5e7c09bb4e1f479 to your computer and use it in GitHub Desktop.
<!-- $theme: default -->
<!-- prerender: false -->
<!-- page_number: false -->
<!-- $width: 1980px -->
<!-- $height: 1080px -->
<link href='https://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
<style>
p {
font-size:2em !important;
}
h1 {
font-family: 'Roboto';
font-weight: 100;
font-size:4em !important;
text-align:center;
}
h5 {
font-family: 'Roboto';
font-weight: 100;
font-size:3em !important;
text-align: center;
color: rgb(34, 68, 130);
}
h6 {
font-family: 'Roboto';
font-weight: 100;
font-size:2.3em !important;
text-align: left;
color: rgb(34, 68, 130);
}
pre > code {
font-size: 1.6em !important
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment