Skip to content

Commit

Permalink
re #46 change font to Source Sans Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
wellcaffeinated committed Dec 4, 2018
1 parent d275317 commit e0fe640
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="//cdn.materialdesignicons.com/2.8.94/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<title>Tree of Life Explorer | MinuteLabs.io</title>
<meta name="og:title" property="og:title" content="Tree of Life Explorer | MinuteLabs.io">
Expand Down
6 changes: 3 additions & 3 deletions src/styles/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
}

@include font-face("latin-modern-mono", "~@/assets/Latin-Modern-Mono/latinmodernmono_10regular_macroman/lmmono10-regular-webfont", normal, normal, eot woff ttf svg);
@include font-face("pt-sans", "~@/assets/PT-Sans/ptsans_regular_macroman/PTS55F-webfont", normal, normal, eot woff ttf svg);
@include font-face("pt-sans", "~@/assets/PT-Sans/ptsans_bold_macroman/PTS75F-webfont", 700, normal, eot woff ttf svg);
@include font-face("pt-sans", "~@/assets/PT-Sans/ptsans_italic_macroman/PTS56F-webfont", normal, italic, eot woff ttf svg);
// @include font-face("pt-sans", "~@/assets/PT-Sans/ptsans_regular_macroman/PTS55F-webfont", normal, normal, eot woff ttf svg);
// @include font-face("pt-sans", "~@/assets/PT-Sans/ptsans_bold_macroman/PTS75F-webfont", 700, normal, eot woff ttf svg);
// @include font-face("pt-sans", "~@/assets/PT-Sans/ptsans_italic_macroman/PTS56F-webfont", normal, italic, eot woff ttf svg);
2 changes: 1 addition & 1 deletion src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $danger: $red;

// Typography

$family-sans-serif: pt-sans, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
$family-sans-serif: 'Source Sans Pro', BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
$family-monospace: latin-modern-mono, monospace !default
$render-mode: optimizeLegibility !default

Expand Down

0 comments on commit e0fe640

Please sign in to comment.