Use courier in all rendering tests

This commit is contained in:
Knut Sveidqvist
2020-08-16 21:49:36 +02:00
parent 236332d8c7
commit 6b23c71bb5
17 changed files with 191 additions and 107 deletions

View File

@@ -220,7 +220,7 @@ const render = function(id, _txt, cb, container) {
// console.warn('Render fetching config');
const cnf = configApi.getConfig();
// console.log('Render with config after adding new directives', cnf.fontFamily);
console.warn('Render with config after adding new directives', cnf.sequence);
// console.warn(
// 'Render with config after adding new directives',
// cnf.fontFamily,
@@ -570,6 +570,7 @@ function initialize(options) {
}
}
// Set default options
configApi.setSiteConfigDelta(options);
if (options && options.theme && theme[options.theme]) {
// Todo merge with user options