mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix font-size (Michael Teichgräber)
This commit is contained in:
parent
53af1186ca
commit
495eda0bbd
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ r_html(Rune *name)
|
|||
char defaultfont[] =
|
||||
".ihtml f1\n"
|
||||
".ihtml f\n"
|
||||
".ihtml f <span style=\"font-size=\\n(.spt\">\n"
|
||||
".ihtml f <span style=\"font-size: \\n(.spt\">\n"
|
||||
".if \\n(.f==2 .ihtml f1 <i>\n"
|
||||
".if \\n(.f==3 .ihtml f1 <b>\n"
|
||||
".if \\n(.f==4 .ihtml f1 <b><i>\n"
|
||||
|
|
Loading…
Reference in a new issue