Use Roboto font for headings as well
This commit is contained in:
parent
e4763d809b
commit
52cc61b143
@ -273,18 +273,14 @@ header.navbar-header
|
||||
user-select: none
|
||||
a.navbar-item
|
||||
user-select: none
|
||||
color: white
|
||||
color: $color-text-light-secondary
|
||||
height: $navbar-height
|
||||
display: flex
|
||||
align-items: center
|
||||
|
||||
font:
|
||||
family: $font-headings
|
||||
size: 1em
|
||||
weight: 400
|
||||
font-weight: 400
|
||||
text-transform: uppercase
|
||||
border-bottom: 3px solid transparent
|
||||
text-shadow: 1px 1px 0 rgba(black, .2), 1px 1px 10px rgba(black, .5)
|
||||
|
||||
padding:
|
||||
top: 3px
|
||||
@ -300,6 +296,7 @@ header.navbar-header
|
||||
padding-right: 10px
|
||||
|
||||
&:hover, &:focus
|
||||
color: $color-text-light
|
||||
background-color: rgba($color-background-nav, .4)
|
||||
border-bottom: 3px solid $color-primary
|
||||
|
||||
@ -307,6 +304,7 @@ header.navbar-header
|
||||
border-bottom: 3px solid $color-primary
|
||||
|
||||
&.active
|
||||
color: $color-text-light
|
||||
background-color: $color-background-nav
|
||||
border-bottom: 3px solid lighten($color-secondary, 10%)
|
||||
|
||||
|
@ -54,7 +54,6 @@ body.error
|
||||
padding: 25px 0 10px 0
|
||||
color: white
|
||||
font:
|
||||
family: $font-headings
|
||||
size: 2em
|
||||
weight: 300
|
||||
|
||||
|
@ -33,7 +33,6 @@
|
||||
.page-title
|
||||
text-align: center
|
||||
font:
|
||||
family: $font-headings
|
||||
size: 2.8em
|
||||
weight: 300
|
||||
|
||||
|
@ -2026,7 +2026,6 @@ section.node-children
|
||||
& .item-title
|
||||
padding-bottom: 15px
|
||||
font:
|
||||
family: $font-headings
|
||||
size: 1.8em
|
||||
weight: 400
|
||||
|
||||
@ -2468,7 +2467,6 @@ section.node-children
|
||||
position: relative
|
||||
|
||||
font:
|
||||
family: $font-headings
|
||||
size: 1.2em
|
||||
weight: 300
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
text-align: center
|
||||
color: $color-primary
|
||||
font:
|
||||
family: $font-headings
|
||||
size: 2.2em
|
||||
weight: 300
|
||||
|
||||
@ -108,7 +107,6 @@
|
||||
padding: 25px 15px 5px 15px
|
||||
font:
|
||||
size: 2em
|
||||
family: $font-headings
|
||||
weight: 300
|
||||
|
||||
.settings-content
|
||||
|
@ -35,8 +35,7 @@ html(lang="en")
|
||||
|
||||
!function(e){"use strict";e.loadCSS=function(t,n,o){var r,i=e.document,l=i.createElement("link");if(n)r=n;else{var d=(i.body||i.getElementsByTagName("head")[0]).childNodes;r=d[d.length-1]}var a=i.styleSheets;l.rel="stylesheet",l.href=t,l.media="only x",r.parentNode.insertBefore(l,n?r:r.nextSibling);var f=function(e){for(var t=l.href,n=a.length;n--;)if(a[n].href===t)return e();setTimeout(function(){f(e)})};return l.onloadcssdefined=f,f(function(){l.media=o||"all"}),l},"undefined"!=typeof module&&(module.exports=e.loadCSS)}(this);
|
||||
|
||||
loadCSS( "//fonts.googleapis.com/css?family=Roboto:300,400,500" );
|
||||
loadCSS( "//fonts.googleapis.com/css?family=Lato:300,400" );
|
||||
loadCSS( "//fonts.googleapis.com/css?family=Roboto:300,400" );
|
||||
|
||||
script(src="{{ url_for('static_pillar', filename='assets/js/markdown.min.js', v=040820161) }}")
|
||||
script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=040820161) }}")
|
||||
@ -404,8 +403,7 @@ html(lang="en")
|
||||
a(href="")
|
||||
|
||||
noscript
|
||||
link(href='//fonts.googleapis.com/css?family=Roboto:300,400,500', rel='stylesheet', type='text/css')
|
||||
link(href='//fonts.googleapis.com/css?family=Lato:300,400', rel='stylesheet', type='text/css')
|
||||
link(href='//fonts.googleapis.com/css?family=Roboto:300,400', rel='stylesheet', type='text/css')
|
||||
|
||||
script(type="text/javascript", src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js")
|
||||
script(type="text/javascript", src="//cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.10/js/min/perfect-scrollbar.min.js")
|
||||
|
Loading…
x
Reference in New Issue
Block a user