Skip to content

Commit

Permalink
Body text font
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 6, 2017
1 parent 9675fdb commit 9ddeaaa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/reference/custom.css
@@ -1,8 +1,8 @@
body {
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', sans-serif
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
h1, h2, h3, h4 {
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', sans-serif
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
a, a:link, a:visited, a:hover, a:active {
color: #19aacf;
Expand All @@ -20,6 +20,7 @@ div.header {
-webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.3);
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

div.logo {
Expand Down Expand Up @@ -79,10 +80,11 @@ div.header .nav>a:hover {
transition: all 200ms ease-in-out;
}





/* undo indentation */
p + p {
margin-top: 0px;
text-indent: 0px;
}

div.tocwrapper {
clear: both;
Expand Down Expand Up @@ -208,7 +210,7 @@ footer {
padding-bottom: 30px;
width: 100%;
overflow: hidden;
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
color: #ffffff;
background: #103a51;
font-size: 12px;
Expand Down
1 change: 1 addition & 0 deletions src/reference/es/layouts/header.md
@@ -1,3 +1,4 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:100normal,100italic,300normal,300italic,400normal,400italic,500normal,500italic,700normal,700italic,900normal,900italicc" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,700italic" rel="stylesheet" type="text/css">
<div class="container">
<div class="logo">
Expand Down
1 change: 1 addition & 0 deletions src/reference/ja/layouts/header.md
@@ -1,3 +1,4 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:100normal,100italic,300normal,300italic,400normal,400italic,500normal,500italic,700normal,700italic,900normal,900italicc" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,700italic" rel="stylesheet" type="text/css">
<div class="container">
<div class="logo">
Expand Down
1 change: 1 addition & 0 deletions src/reference/layouts/header.md
@@ -1,3 +1,4 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:100normal,100italic,300normal,300italic,400normal,400italic,500normal,500italic,700normal,700italic,900normal,900italicc" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,700italic" rel="stylesheet" type="text/css">
<div class="container">
<div class="logo">
Expand Down
1 change: 1 addition & 0 deletions src/reference/zh-cn/layouts/header.md
@@ -1,3 +1,4 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:100normal,100italic,300normal,300italic,400normal,400italic,500normal,500italic,700normal,700italic,900normal,900italicc" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,700italic" rel="stylesheet" type="text/css">
<div class="container">
<div class="logo">
Expand Down

0 comments on commit 9ddeaaa

Please sign in to comment.