[frontend/mfm] Add missing font fn params
This commit is contained in:
parent
d9295e77dc
commit
4d3886880e
1 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,10 @@ public static partial class MfmRenderer
|
|||
el.SetAttribute("style", "font-family: cursive;");
|
||||
else if (args.ContainsKey("fantasy"))
|
||||
el.SetAttribute("style", "font-family: fantasy;");
|
||||
else if (args.ContainsKey("emoji"))
|
||||
el.SetAttribute("style", "font-family: emoji;");
|
||||
else if (args.ContainsKey("math"))
|
||||
el.SetAttribute("style", "font-family: math;");
|
||||
|
||||
return el;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue