Skip to content

Commit

Permalink
Clean up fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyalive committed Feb 2, 2020
1 parent 472ecdc commit dbb49dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 64 deletions.
4 changes: 0 additions & 4 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<!-- Mobile Specific Metas –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/fonts.css">

<!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-CCTZv2q9I9m3UOxRLaJneXrrqKwUNOzZ6NGEUMwHtShDJ+nCoiXJCAgi05KfkLGY" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-min.css">
Expand Down
10 changes: 5 additions & 5 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body {
.header ul li a {
font-weight: bold;
color: #484848;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: Helvetica, Arial, sans-serif;
}

.header .site-title {
Expand All @@ -51,11 +51,11 @@ body {
font-weight: bold;
padding-left: 1em;
margin-top: 1em;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: Helvetica, Arial, sans-serif;
}

.posts {
font-family: verdana,arial,helvetica,sans-serif;
font-family: Helvetica, Arial, sans-serif;
list-style-type:none;
padding-left: 1em;
padding-bottom: 1em;
Expand All @@ -76,7 +76,7 @@ body {


.footnote {
font-family: verdana,arial,helvetica,sans-serif;
font-family: Helvetica, Arial, sans-serif;
color:#888;
font-size:x-small;
margin-bottom: 1em;
Expand Down Expand Up @@ -133,7 +133,7 @@ body {
}

.post {
font-family: Arial,proxima-nova,"Helvetica Neue",Helvetica,Roboto,sans-serif;
font-family: Helvetica, Arial, sans-serif;;
color:#484848;
letter-spacing:normal;
padding-left: .5em;
Expand Down
Loading

0 comments on commit dbb49dc

Please sign in to comment.