Skip to content

Commit

Permalink
Removes extra pair of quotation marks (microsoft#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
almedina-ms committed Jul 2, 2019
1 parent 1f29150 commit a5790f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ protected static HtmlTag TextBlockRender(AdaptiveTextBlock textBlock, AdaptiveRe
if (!string.IsNullOrEmpty(fontFamily))
{
htmlTag.Style("font-family", "'" + fontFamily + "'");
htmlTag.Style("font-family", fontFamily);
}
if (!textBlock.Wrap)
Expand Down

0 comments on commit a5790f9

Please sign in to comment.