Skip to content

Commit

Permalink
Windows11 default fonts to fix issue #488 (#1)
Browse files Browse the repository at this point in the history
Issue:
#488

Update bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties

Co-Authored-By: Jörg Kubitz <51790620+jukzi@users.noreply.github.com>
  • Loading branch information
2 people authored and vogella committed Dec 15, 2023
1 parent 517fabf commit 949383f
Showing 1 changed file with 25 additions and 0 deletions.
@@ -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

0 comments on commit 949383f

Please sign in to comment.