Skip to content

Instantly share code, notes, and snippets.

@jthomasmock
Created August 11, 2022 19:13
Show Gist options
  • Select an option

  • Save jthomasmock/3f5d0e012a37c01eaa7bcda173f65a28 to your computer and use it in GitHub Desktop.

Select an option

Save jthomasmock/3f5d0e012a37c01eaa7bcda173f65a28 to your computer and use it in GitHub Desktop.
---
title: "Presentation"
format:
revealjs:
theme: [default, custom.scss]
---
## Slide 1
- List
## Slide 2
- List
@jthomasmock

Copy link
Copy Markdown
Author

custom.scss file

@import url('https://fonts.googleapis.com/css2?family=Rubik+Burned&display=swap');

/*-- scss:defaults --*/

// fonts
$font-family-sans-serif: "Rubik Burned", FreeSerif, serif !default;

// colors
$body-bg: #f0f1eb !default;
$body-color: #000 !default;
$link-color: #51483d !default;
$selection-bg: #26351c !default;

// headings
$presentation-heading-font: "Rubik Burned", serif !default;
$presentation-heading-color: #383d3d !default;

/*-- scss:rules --*/

.reveal a {
  line-height: 1.3em;
}

@jthomasmock

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment