diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties b/bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties new file mode 100644 index 00000000000..d5955f462b6 --- /dev/null +++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties @@ -0,0 +1,25 @@ +############################################################################### +# Copyright (c) 2023 IBM Corporation and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# Font file for JFace when running under Windows11 +############################################################# +# START NON-TRANSLATABLE +org.eclipse.jface.bannerfont.0=Segoe UI-bold-10 +org.eclipse.jface.bannerfont.1=Tahoma-bold-10 + +org.eclipse.jface.headerfont.0=Segoe UI-bold-12 +org.eclipse.jface.headerfont.1=Tahoma-bold-12 + +org.eclipse.jface.textfont.0=Consolas-regular-10 +org.eclipse.jface.textfont.1=Courier New-regular-10 +# END NON-TRANSLATABLE \ No newline at end of file