Skip to content

Commit

Permalink
Stop using the Futura font replacing them with the system fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Jul 30, 2019
1 parent 8437f8a commit f831df5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 27 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ This is a plug-and-play Jekyll theme best suited to use on [GitHub Pages](https:
- Free hosting on your GitHub Pages user site
- All the SEO goodies comes in-built
- Markdown blogging
- Elegant typography
- Futura PT fonts (The same fonts which has been used on <https://pixar.com>)
- Syntax highlighting using Pygments
- [Dracula syntax theme](https://draculatheme.com/) included
- Disqus commenting
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ footer-links:
email: amit.d.merchant@gmail.com
facebook:
flickr:
github: amitmerchant1990
github: amitmerchant1990/reverie
instagram:
linkedin:
pinterest:
Expand Down
10 changes: 6 additions & 4 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ This is a plug-and-play Jekyll theme which you can use on GitHub Pages without e
## Features

- Command-line free fork-first workflow, using GitHub.com to create, customize and post to your blog
- Fully responsive and mobile optimized base theme (Theme Demo)
- Fully responsive and mobile optimized base theme
- Sass/Coffeescript support using Jekyll 2.0
- Free hosting on your GitHub Pages user site
- All the SEO goodies comes in-built
- Markdown blogging
- Syntax highlighting using Pygments
- Dracula syntax theme included
- [Dracula syntax theme](https://draculatheme.com/) included
- Disqus commenting
- Google Analytics integration
- Fuzzy search across blog posts
- Pagination of posts works out-of-the-box.
- Categorize posts out-of-the box
- A home widget to show recent GitHub commit
- RSS Feed
- SEO friendly
- In-built sitemap
2 changes: 0 additions & 2 deletions _posts/2019-02-13-introducing-reverie-jekyll-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ This is a plug-and-play Jekyll theme which you can use on GitHub Pages without e
- Free hosting on your GitHub Pages user site
- All the SEO goodies comes in-built
- Markdown blogging
- Elegant typography
- Futura PT fonts (The same fonts which has been used on <https://pixar.com>)
- Syntax highlighting using Pygments
- [Dracula syntax theme](https://draculatheme.com/) included
- Disqus commenting
Expand Down
Binary file removed fonts/FuturaPTLight.otf
Binary file not shown.
26 changes: 8 additions & 18 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ html {

body {
background: #fff;
font-family: 'FuturaPTLight';
color: #555;
font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #404040;
line-height: 1.7;
font-weight: bold;
font-size: 15pt;
font-weight: 400;
font-size: 18px;
height: 100%;
}

Expand All @@ -38,7 +38,7 @@ body {
}

h1, h2, h3, h4, h5, h6 {
font-family: 'FuturaPTLight';
font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: $darkerGray;
font-weight: bold;

Expand Down Expand Up @@ -81,7 +81,7 @@ h3 {

h4 {
font-size: 18px;
color: $gray;
color: #222;
}

p {
Expand Down Expand Up @@ -408,16 +408,6 @@ body:after {
    content: '';
}

@font-face {
font-family: EBGaramond;
src: url(fonts/EBGaramond-Regular.ttf);
}

@font-face {
font-family: FuturaPTLight;
src: url(fonts/FuturaPTLight.otf);
}

#bar {
background: #000;
height: 7px;
Expand All @@ -431,7 +421,7 @@ body:after {
}

.post h1{
font-family: 'FuturaPTLight';
font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
text-align: center;
font-weight: bold;
font-kerning: auto;
Expand All @@ -440,7 +430,7 @@ body:after {
}

.page h1{
font-family: 'FuturaPTLight';
font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
text-align: center;
font-weight: bold;
font-kerning: auto;
Expand Down

0 comments on commit f831df5

Please sign in to comment.