Skip to content

Instantly share code, notes, and snippets.

@leopolicastro
Last active October 21, 2019 20:15
Show Gist options
  • Save leopolicastro/8b451e821603f401251f9988e9804d1a to your computer and use it in GitHub Desktop.
Save leopolicastro/8b451e821603f401251f9988e9804d1a to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,700,700i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans%7CRajdhani&display=swap');
body{
font-family: "Open Sans" !important;
background-image: url('https://leo.nyc3.digitaloceanspaces.com/wynassets/wyncode-logo-blue.png');
background-repeat: no-repeat;
background-size: 200px 200px;
background-position: 50% 50px;
}
.page-title{
margin-top: 15rem !important;
margin-left:0 !important;
color: #60C1E5 !important;
padding:0 !important;
font-style:normal !important;
}
h1, h2 {
font-family: 'Rajdhani', sans-serif !important;
}
.page-title.shrink{
font-family: 'Rajdhani', sans-serif !important;
background: none !important;
box-shadow: none !important;
position: absolute !important;
color: #60C1E5 !important;
font-size:1.7em !important;
font-weight:900 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment