councilPopup.Rd
This function wraps its input in a <div> and sets council fonts for body and headers.
<div>
councilPopup(x)
The popup HTML
A character vector
councilPopup("Test") #> [1] "<div><style>h1,h2,h3,h4,h5 {font-family: Georgia, serif; margin: inherit;}\nfont-family: 'Open Sans', sans-serif;\noverflow-wrap: break-word; word-wrap: break-word;</style>Test</div>"