Skip to content

Commit 949383f

Browse files
Rainer7000jukzi
authored andcommitted
Windows11 default fonts to fix issue eclipse-platform#488 (#1)
Issue: eclipse-platform#488 Update bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties Co-Authored-By: Jörg Kubitz <[email protected]>
1 parent 517fabf commit 949383f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
###############################################################################
2+
# Copyright (c) 2023 IBM Corporation and others.
3+
#
4+
# This program and the accompanying materials
5+
# are made available under the terms of the Eclipse Public License 2.0
6+
# which accompanies this distribution, and is available at
7+
# https://www.eclipse.org/legal/epl-2.0/
8+
#
9+
# SPDX-License-Identifier: EPL-2.0
10+
#
11+
# Contributors:
12+
# IBM Corporation - initial API and implementation
13+
###############################################################################
14+
# Font file for JFace when running under Windows11
15+
#############################################################
16+
# START NON-TRANSLATABLE
17+
org.eclipse.jface.bannerfont.0=Segoe UI-bold-10
18+
org.eclipse.jface.bannerfont.1=Tahoma-bold-10
19+
20+
org.eclipse.jface.headerfont.0=Segoe UI-bold-12
21+
org.eclipse.jface.headerfont.1=Tahoma-bold-12
22+
23+
org.eclipse.jface.textfont.0=Consolas-regular-10
24+
org.eclipse.jface.textfont.1=Courier New-regular-10
25+
# END NON-TRANSLATABLE

0 commit comments

Comments
 (0)