| /******************************************************************************* |
| * Copyright (c) 2015 vogella GmbH and others. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v1.0 |
| * which accompanies this distribution, and is available at |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * Simon Scholz <simon.scholz@vogella.com> - initial API and implementation |
| *******************************************************************************/ |
| |
| @import url("platform:/plugin/org.eclipse.ui.themes/css/e4_default_win7.css"); |
| |
| IEclipsePreferences#org-eclipse-ui-workbench { |
| preferences: 'org.eclipse.jface.textfont=1|Consolas|15.75|0|WINDOWS|1|-21|0|0|0|400|0|0|0|0|3|2|1|49|Consolas'; |
| } |
| |
| IEclipsePreferences#org-eclipse-jdt-ui { |
| preferences: 'org.eclipse.jface.textfont=1|Consolas|15.75|0|WINDOWS|1|-21|0|0|0|400|0|0|0|0|3|2|1|49|Consolas'; |
| } |
| |