Change obsolete "Arial Black" fonts to "Arial", add Velocity to tests
This commit is contained in:
@ -17,7 +17,7 @@ define([
|
|||||||
},
|
},
|
||||||
h1: {
|
h1: {
|
||||||
fontColor: '#111111',
|
fontColor: '#111111',
|
||||||
fontFamily: 'Arial Black',
|
fontFamily: 'Arial',
|
||||||
fontSize: '40px'
|
fontSize: '40px'
|
||||||
},
|
},
|
||||||
h2: {
|
h2: {
|
||||||
|
@ -179,7 +179,7 @@ class BlankTemplate {
|
|||||||
),
|
),
|
||||||
"h1" => array(
|
"h1" => array(
|
||||||
"fontColor" => "#111111",
|
"fontColor" => "#111111",
|
||||||
"fontFamily" => "Arial Black",
|
"fontFamily" => "Arial",
|
||||||
"fontSize" => "24px"
|
"fontSize" => "24px"
|
||||||
),
|
),
|
||||||
"h2" => array(
|
"h2" => array(
|
||||||
|
@ -198,6 +198,8 @@ config.push(_.extend({}, baseConfig, {
|
|||||||
'select2',
|
'select2',
|
||||||
'blob',
|
'blob',
|
||||||
'filesaver',
|
'filesaver',
|
||||||
|
'velocity-animate',
|
||||||
|
|
||||||
'newsletter_editor/communicationsFix.js',
|
'newsletter_editor/communicationsFix.js',
|
||||||
'newsletter_editor/App',
|
'newsletter_editor/App',
|
||||||
'newsletter_editor/components/config.js',
|
'newsletter_editor/components/config.js',
|
||||||
|
Reference in New Issue
Block a user