From: Joe Groff Date: Mon, 21 Sep 2009 21:05:13 +0000 (-0500) Subject: oops--Segoe is the windows 6.x system font, not Calibri X-Git-Tag: 0.97~5498^2~2 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=b5bd0532c2286d567bc856af758d4e7197283ce1 oops--Segoe is the windows 6.x system font, not Calibri --- diff --git a/basis/windows/fonts/fonts.factor b/basis/windows/fonts/fonts.factor index 4e1310ff57..9e113e8c3b 100755 --- a/basis/windows/fonts/fonts.factor +++ b/basis/windows/fonts/fonts.factor @@ -6,7 +6,7 @@ IN: windows.fonts MEMO: windows-fonts ( -- fonts ) windows-major 6 >= H{ - { "sans-serif" "Calibri" } + { "sans-serif" "Segoe UI" } { "serif" "Cambria" } { "monospace" "Consolas" } }