Closed mattkerlogue closed 5 years ago
Just looked at the page source for the test doc and govdown index, they both include references to “GDS Transport” in style blocks. So could either use readLines and scan for a reference to that, or use rvest to inspect it. Looked through the source for my mapping page (rendered in older version) and has no such references.
Could use this as a means for running a testing script.
Unfortunately even a test that scanned the html for references to the font wouldn't have detected this regression, because they renamed the font.
Docs with
font: "sans-serif"
are rendering pages with New Transport.Results in:
See also govdown main page despite _site.yml specifying
sans-serif
.