# HG changeset patch # User Paul Boddie # Date 1596406053 -7200 # Node ID e02e6effc63f3e96ee31a283ddf097a07c1ac3a8 # Parent 3963e17fc481a6cb905c7f38e430c4b8612fff88 Changed diagram font to sans-serif. diff -r 3963e17fc481 -r e02e6effc63f docs/wiki/MoinLight --- a/docs/wiki/MoinLight Sun Aug 02 23:50:04 2020 +0200 +++ b/docs/wiki/MoinLight Mon Aug 03 00:07:33 2020 +0200 @@ -16,7 +16,7 @@ #format svg #transform notugly digraph architecture { - node [shape=box,fontsize="13.0",fontname="Helvetica"]; + node [shape=box,fontsize="13.0",fontname="sans-serif"]; rankdir=LR; subgraph { diff -r 3963e17fc481 -r e02e6effc63f docs/wiki/Roadmap --- a/docs/wiki/Roadmap Sun Aug 02 23:50:04 2020 +0200 +++ b/docs/wiki/Roadmap Mon Aug 03 00:07:33 2020 +0200 @@ -13,7 +13,7 @@ //format=svg //transform=notugly digraph htmlparsing { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="The MoinLight architecture"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="The MoinLight architecture"]; edge [tooltip="The MoinLight architecture"]; rankdir=LR;