Fix load error
parent
64dede8d4a
commit
4e779820b8
|
@ -35,7 +35,7 @@ M: funky url-of "http://www.funky-town.com/" swap town>> append ;
|
|||
[
|
||||
[
|
||||
"car"
|
||||
H{ { font-name "monospace" } }
|
||||
H{ { font "monospace" } }
|
||||
format
|
||||
] make-html-string
|
||||
] unit-test
|
||||
|
|
|
@ -75,7 +75,7 @@ MACRO: make-css ( pairs -- str )
|
|||
{
|
||||
{ foreground fg-css, }
|
||||
{ background bg-css, }
|
||||
{ font-name font-css, }
|
||||
{ font font-css, }
|
||||
{ font-style style-css, }
|
||||
{ font-size size-css, }
|
||||
} make-css ;
|
||||
|
|
Loading…
Reference in New Issue