File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1818
1919export default {
2020 title : [
21- 'Crimson Text' ,
21+ '" Crimson Text" ' ,
2222 'serif'
2323 ] ,
2424 sans : [
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ module.exports = {
143143 if ( type === 'body' ) {
144144 return fs . readFileSync ( `${ __dirname } /vendor/ember-cli-addon-docs/github-spa.html` , 'utf-8' ) ;
145145 }
146+
147+ if ( type === 'head-footer' ) {
148+ return `<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,600" rel="stylesheet">` ;
149+ }
146150 } ,
147151
148152 treeForApp ( app ) {
Original file line number Diff line number Diff line change 1212 < link rel ="shortcut icon " href ="/assets/images/favicon.png " />
1313 < link rel ="stylesheet " href ="{{rootURL}}assets/vendor.css ">
1414 < link rel ="stylesheet " href ="{{rootURL}}assets/dummy.css ">
15- < link href ="https://fonts.googleapis.com/css?family=Crimson+Text:400,600 " rel ="stylesheet ">
1615
1716 {{content-for "head-footer"}}
1817 </ head >
You can’t perform that action at this time.
0 commit comments