fix tiny code blocks in poster_title, fix for #82
diff --git a/inst/rmarkdown/templates/posterdown_html/resources/template.html b/inst/rmarkdown/templates/posterdown_html/resources/template.html
index fad4770..9f4e73d 100644
--- a/inst/rmarkdown/templates/posterdown_html/resources/template.html
+++ b/inst/rmarkdown/templates/posterdown_html/resources/template.html
@@ -241,13 +241,17 @@
}
code {
-font-size: 25pt;
+font-size: 1em;
font-family: monospace;
background-color: #00808024;
color: #0b4545;
padding: 1.2mm;
border-radius: 2mm;
}
+
+.poster_title code {
+font-size: 1em;
+}
table {
font-size: 40px;
margin: auto;
diff --git a/inst/rmarkdown/templates/posterdown_html/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/posterdown_html/skeleton/skeleton.Rmd
index f80ef0c..4433601 100644
--- a/inst/rmarkdown/templates/posterdown_html/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/posterdown_html/skeleton/skeleton.Rmd
@@ -3,10 +3,10 @@
#---POSTER SIZE & DEFAULT FONT---#
poster_height: "38in" # height in inches of poster
poster_width: "45in" # width in inches of poster
-font_family: Rasa # choose from typical html fonts (example: "Palatino")
+font_family: Palatino # choose from typical html fonts (example: "Palatino")
#---TITLE BOX OPTIONS---#
#ESSENTIALS
-title: 'Using posterdown to generate reproducible conference posters via RMarkdown > Knitr > Markdown > Pandoc > HTML/CSS > PDF workflow'
+title: 'Using posterdown to `generate` reproducible conference posters via RMarkdown > Knitr > Markdown > Pandoc > HTML/CSS > PDF workflow'
author:
- name: Brent Thorne
affil: 1
@@ -22,7 +22,7 @@
titlebox_bordercol: "#0b4545" #Colour of the title Box border.
titlebox_shape: "" #ONLY posterdown_PDF
titlebox_borderwidth: "0cm"
-titletext_fontfamily: Special Elite
+titletext_fontfamily: Palatino
title_textcol: "#ffffff" #colour of title text
author_textcol: "#0b4545" # Colour of author text
affiliation_textcol: "#FFFFFF" # Colour of affiliation text