diff --git a/Contrib/Modern UI/Changelog.txt b/Contrib/Modern UI/Changelog.txt index 6ef64780..9bf57ea6 100644 --- a/Contrib/Modern UI/Changelog.txt +++ b/Contrib/Modern UI/Changelog.txt @@ -14,6 +14,7 @@ NSIS Modern User Interface - VERSION HISTORY * Support for custom pages before the finish page * Renamed Start Menu page defines * 'Do not create shortcuts' checkbox can be removed +* 'MS Shell Dlg' font for header title * RTL support * Documentation updates * Minor fixes diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index c827346f..81f2dadb 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -259,7 +259,7 @@ follow these steps:
MUI_FONT, MUI_FONTSIZE (MS Shell Dlg, 8)
The font for the normal texts.
MUI_FONT_HEADER, MUI_FONTSIZE_HEADER, MUI_FONTSTYLE_HEADER
- (MS Sans Serif, 8, 700)
+ (MS Shell Dlg, 8, 700)
The font for the title in the header. Fontstyle: [weight] [/ITALIC] [/UNDERLINE] [/STRIKE]
MUI_FONT_TITLE, MUI_FONTSIZE_TITLE, MUI_FONTSTYLE_TITLE
(Verdana, 12, 700)
@@ -586,6 +586,7 @@ FunctionEnd