Skip to content

Commit

Permalink
Use system font, remove paragraph justification
Browse files Browse the repository at this point in the history
  • Loading branch information
danielctull committed Oct 11, 2015
2 parents aa3ab91 + 2d6424a commit 5fa8151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
title: Daniel Tull
---

<h1>Hello! I'm <span class="highlight">Daniel Tull</span>, a freelance iPhone, iPad <span class="highlight amp">&amp;</span> Mac Developer</h1>
<h2>If you need someone to make lovely <span class="highlight">Cocoa</span> applications, <span class="highlight">look no further</span>.</h2>
<h1>Hello! I'm <span class="highlight">Daniel Tull</span>, a freelance Cocoa Developer</h1>
<h2>If you need someone to make a lovely iPhone, iPad, Apple Watch or Mac application, look no further.</h2>
4 changes: 1 addition & 3 deletions style/css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);

html {
color: #000;
font-family: 'Source Sans Pro', sans-serif;
font-family: -apple-system, "Helvetica Neue", sans-serif;
}

.highlight {
Expand Down Expand Up @@ -87,7 +86,6 @@ div.page {
font-size: 1.3em;
line-height: 1.4em;
font-weight: 300;
text-align: justify;
}

.main h1,
Expand Down

0 comments on commit 5fa8151

Please sign in to comment.