Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonocairns/0df9a50c95cdcf4a204147a58491e858 to your computer and use it in GitHub Desktop.
Save jonocairns/0df9a50c95cdcf4a204147a58491e858 to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Roboto:700%27);
* {
font-family: 'Roboto', sans-serif;
font-weight:bold;
}
.ng-star-inserted h1, .ng-star-inserted h4 {
display:none;
}
.row h4 {
display:block;
margin-top: 1rem!important;
font-size: 1rem!important;
}
.navbar-brand, .navbar-nav, .nav-tabs {
text-transform: uppercase;
}
.navbar-brand {
color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment