Change obsolete "Arial Black" fonts to "Arial", add Velocity to tests

This commit is contained in:
Tautvidas Sipavičius
2016-01-06 16:43:39 +02:00
parent 514f539e83
commit ef1805d9b5
3 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ define([
},
h1: {
fontColor: '#111111',
fontFamily: 'Arial Black',
fontFamily: 'Arial',
fontSize: '40px'
},
h2: {

View File

@ -179,7 +179,7 @@ class BlankTemplate {
),
"h1" => array(
"fontColor" => "#111111",
"fontFamily" => "Arial Black",
"fontFamily" => "Arial",
"fontSize" => "24px"
),
"h2" => array(

View File

@ -198,6 +198,8 @@ config.push(_.extend({}, baseConfig, {
'select2',
'blob',
'filesaver',
'velocity-animate',
'newsletter_editor/communicationsFix.js',
'newsletter_editor/App',
'newsletter_editor/components/config.js',