Skip to content
Snippets Groups Projects
Commit 6498ace7 authored by Christoph Dörfel's avatar Christoph Dörfel Committed by Georg Ringer
Browse files

[BUGFIX] Fix admin_panel.css possibly overriding font family definitions

Change-Id: Idd45bd7d38b22c1c983e5c2765b8c50d6dc9eaf1
Resolves: #70116
Related: #69374
Releases: master
Reviewed-on: http://review.typo3.org/43569


Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 0f3b0e59
No related merge requests found
......@@ -5,7 +5,7 @@
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
font-family: 'TYPO3FontAwesome';
src: url('../../Resources/Public/Fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0');
src: url('../../Resources/Public/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
url('../../Resources/Public/Fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
......@@ -27,7 +27,7 @@
.typo3-editPanel .fa,
.typo3-editPanel .fa:before{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 14px/1 TYPO3FontAwesome;
font-size: 15px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment