commit 1643fe5618c01935ea447d5fe661b511bbc62a6d
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Nov 9 09:54:22 2014 +0100

    Fix font declarations.

diff --git a/lib/layouts/fixme.module b/lib/layouts/fixme.module
index a725f58..404b0a5 100644
--- a/lib/layouts/fixme.module
+++ b/lib/layouts/fixme.module
@@ -34,12 +34,11 @@ Style List_of_FIXMEs
        LeftMargin      MMMMM
        LabelString     "[List of FIXMEs]"
 
-       LabelFont 
-           Family      sansserif
-           Series      Medium
-           Size        large
+       LabelFont
+           Family      Sans
+           Series      Bold
+           Size        Large
            Color       latex
-           Shape       bold
        EndFont
 
        Requires        fixme
diff --git a/lib/layouts/pdfcomment.module b/lib/layouts/pdfcomment.module
index 90c8178..73e5908 100644
--- a/lib/layouts/pdfcomment.module
+++ b/lib/layouts/pdfcomment.module
@@ -32,7 +32,7 @@ Style Define_Avatar
        PassThru                1
        LabelFont
          Color                 green
-         Shape                 bold
+         Series                Bold
        EndFont
        Requires                pdfcomment
 End
@@ -211,12 +211,11 @@ Style List_of_PDF_Comments
        LabelBottomSep  0
        LeftMargin      MMMMM
        LabelString     "[List of PDF Comments]"
-       LabelFont 
-           Family      sansserif
-           Series      Medium
-           Size        large
+       LabelFont
+           Family      Sans
+           Series      Bold
+           Size        Large
            Color       latex
-           Shape       bold
        EndFont
        Argument 1
          LabelString   "Opts"
diff --git a/lib/layouts/todonotes.module b/lib/layouts/todonotes.module
index 05bfb1b..535ab60 100644
--- a/lib/layouts/todonotes.module
+++ b/lib/layouts/todonotes.module
@@ -30,12 +30,11 @@ Style List_of_TODOs
        LeftMargin      MMMMM
        LabelString     "[List of TODOs]"
 
-       LabelFont 
-           Family      sansserif
-           Series      Medium
-           Size        large
+       LabelFont
+           Family      Sans
+           Series      Bold
+           Size        Large
            Color       latex
-           Shape       bold
        EndFont
 
        Argument 1

Reply via email to