font weight fix
This commit is contained in:
parent
58491c60da
commit
175a8baee3
2 changed files with 3 additions and 2 deletions
|
@ -364,7 +364,8 @@ section h2.section-heading {
|
|||
margin-bottom: 15px;
|
||||
font-size: 26px;
|
||||
color: #494949;
|
||||
letter-spacing: 0px;
|
||||
letter-spacing: -1px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
section h3.section-subheading {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<!-- Bootstrap Core CSS -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{% static 'ungleich_page/css/lib/animate.min.css' %}" rel="stylesheet">
|
||||
<link href="//fonts.googleapis.com/css?family=Raleway|Montserrat:400,700|Droid+Serif:400,700,400italic,700italic|Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
|
||||
<link href="//fonts.googleapis.com/css?family=Raleway:400,700|Montserrat:400,700|Droid+Serif:400,700,400italic,700italic|Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
|
Loading…
Reference in a new issue