@@ -286,7 +286,7 @@ Viewer:
286
286
287
287
create Label in RowDiv
288
288
set the style of Label to
289
- `flex:39;padding-top:0.2em;font-size:2em;font-weight:bold;font-family:mono ;color:#800`
289
+ `flex:39;padding-top:0.2em;font-size:2em;font-weight:bold;font-family:Courier New ;color:#800`
290
290
set the content of Label to Keyword
291
291
292
292
create PaddingDiv in RowDiv
@@ -323,13 +323,13 @@ Viewer:
323
323
set the style of TitleDiv to `margin-top:1em;font-weight:bold`
324
324
set the content of TitleDiv to `Syntax:`
325
325
create SyntaxDiv in ContentDiv
326
- set the style of SyntaxDiv to `color:#800;font-family:mono `
326
+ set the style of SyntaxDiv to `color:#800;font-family:Courier New `
327
327
set the content of SyntaxDiv to Syntax
328
328
create TitleDiv in ContentDiv
329
329
set the style of TitleDiv to `margin-top:1em;font-weight:bold`
330
330
set the content of TitleDiv to `Examples:`
331
331
create ExamplesDiv in ContentDiv
332
- set the style of ExamplesDiv to `color:#800;font-family:mono `
332
+ set the style of ExamplesDiv to `color:#800;font-family:Courier New `
333
333
set the content of ExamplesDiv to Examples
334
334
create TitleDiv in ContentDiv
335
335
set the style of TitleDiv to `margin-top:1em;font-weight:bold`
@@ -411,7 +411,7 @@ Decorate:
411
411
stop
412
412
413
413
ProcessMono:
414
- put `<span style="color:#800;font-family:mono ">` cat Data cat `</span>` into Payload
414
+ put `<span style="color:#800;font-family:Courier New ">` cat Data cat `</span>` into Payload
415
415
return
416
416
417
417
ProcessQuote:
0 commit comments