Skip to content

Commit

Permalink
[Font] Switch paragraph font from Valera Round to Source Sans Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
dacappo committed May 15, 2018
1 parent 4152e2d commit dbaa19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
background-image: url("../images/wooden-table-bg.jpg");
background-position: top;
background-size: auto 100%;
font-family: 'Varela Round',sans-serif;
font-family: 'Source Sans Pro', sans-serif;
color: #353535;
font-size: 12px
}
Expand Down Expand Up @@ -113,8 +113,8 @@ a {
}

.title {
font-family: 'Ubuntu',sans-serif;
font-style: italic;
font-weight: 800;
color:#0D597B;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- build:css css/print-minified.css -->
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!-- endbuild -->
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">

Expand Down

0 comments on commit dbaa19d

Please sign in to comment.