mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31763 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e4096caf26
commit
66fb89d976
@ -413,7 +413,7 @@ docstring FontInfo::asCSS() const
|
|||||||
appendSep(retval, makeCSSTag("font-family", tmp));
|
appendSep(retval, makeCSSTag("font-family", tmp));
|
||||||
tmp = getSeriesCSS(series_);
|
tmp = getSeriesCSS(series_);
|
||||||
if (!tmp.empty())
|
if (!tmp.empty())
|
||||||
appendSep(retval, makeCSSTag("font-series", tmp));
|
appendSep(retval, makeCSSTag("font-weight", tmp));
|
||||||
appendSep(retval, getShapeCSS(shape_));
|
appendSep(retval, getShapeCSS(shape_));
|
||||||
tmp = getSizeCSS(size_);
|
tmp = getSizeCSS(size_);
|
||||||
if (!tmp.empty())
|
if (!tmp.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user