mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
#989 Font configuration
This commit is contained in:
@@ -382,6 +382,7 @@ export const setConf = function(cnf) {
|
||||
keys.forEach(function(key) {
|
||||
conf[key] = cnf[key];
|
||||
});
|
||||
conf.actorFontFamily = cnf.fontFamily;
|
||||
};
|
||||
|
||||
const actorActivations = function(actor) {
|
||||
|
||||
Reference in New Issue
Block a user