diff --git a/quarto/slides-template00/custom.css b/quarto/slides-template00/custom.css index 79ddb9a..2186857 100644 --- a/quarto/slides-template00/custom.css +++ b/quarto/slides-template00/custom.css @@ -1,9 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&family=IBM+Plex+Sans+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); +@import "https://unpkg.com/open-props/colors-oklch.min.css"; +@import "https://unpkg.com/open-props/oklch-hues.min.css"; - -.border { - border: 1px solid #dee2e6; -} - -.border-thick { - border-width: 3px; -} diff --git a/quarto/slides-template00/index.qmd b/quarto/slides-template00/index.qmd index a596edc..c288879 100644 --- a/quarto/slides-template00/index.qmd +++ b/quarto/slides-template00/index.qmd @@ -11,7 +11,8 @@ format: controls-layout: bottom-right preview-links: auto logo: images/quarto-logo.png - css: custom.css + css: + - custom.css footer: ---