From 66fb89d9765854ddb29016a76fb420e19c3e92ef Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 27 Oct 2009 13:04:13 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31763 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/FontInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FontInfo.cpp b/src/FontInfo.cpp index dbd97eb19b..33f73d9554 100644 --- a/src/FontInfo.cpp +++ b/src/FontInfo.cpp @@ -413,7 +413,7 @@ docstring FontInfo::asCSS() const appendSep(retval, makeCSSTag("font-family", tmp)); tmp = getSeriesCSS(series_); if (!tmp.empty()) - appendSep(retval, makeCSSTag("font-series", tmp)); + appendSep(retval, makeCSSTag("font-weight", tmp)); appendSep(retval, getShapeCSS(shape_)); tmp = getSizeCSS(size_); if (!tmp.empty())