Skip to content

Commit

Permalink
Added Chivo and Inconsolata fonts - minor tweak in the paging
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas committed May 13, 2019
1 parent 1a92361 commit da8c12a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file modified images/pl19-bg-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions styles/styles.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Chivo:300,400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);

body { font-family: 'Droid Serif'; }

body { font-family: 'Chivo'; }
h1, h2, h3 { font-weight: normal; }
h4 { font-size: 1.3em; font-weight: bold; }
ul, ol { line-height: 1.6; margin-top: 10px; margin-bottom: 5px; font-size: 25px; }
Expand All @@ -20,7 +21,7 @@ pre { margin: 0.5em 0em 0em 0em; }
}
}

.remark-code, .remark-inline-code { font-family: 'Consolas'; }
.remark-code, .remark-inline-code { font-family: 'Inconsolata'; }

/* title page styles */
.page-title {
Expand Down Expand Up @@ -140,8 +141,11 @@ div#slide-footer {
}

div.page-slide>.remark-slide-number {
bottom: 28px;
right: 10px;
bottom: 33px;
color: white;
font-size: .85rem;
right: 8px;
opacity: 1;
}

div.page-slide th { font-weight: bold; border: 1px solid #333333; padding: 3px; }
Expand Down

0 comments on commit da8c12a

Please sign in to comment.