Skip to content

Commit

Permalink
Adding 'display=swap' to default RWD Google Font (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
davis2125 authored and Flyingmana committed Jan 20, 2020
1 parent 101c622 commit 6251382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/design/frontend/rwd/default/layout/page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<action method="addItem"><type>skin_js</type><name>js/lib/jquery.cycle2.swipe.min.js</name></action>
<action method="addItem"><type>skin_js</type><name>js/slideshow.js</name></action>
<action method="addItem"><type>skin_js</type><name>js/lib/imagesloaded.js</name></action>
<action method="addLinkRel"><rel>stylesheet</rel><href>//fonts.googleapis.com/css?family=Raleway:300,400,500,700,600</href></action>
<action method="addLinkRel"><rel>stylesheet</rel><href><![CDATA[//fonts.googleapis.com/css?family=Raleway:300,400,500,700,600&display=swap]]></href></action>
<action method="addItem"><type>skin_js</type><name>js/minicart.js</name></action>

<!-- Add stylesheets with no media queries for use in IE 8 and below -->
Expand Down

0 comments on commit 6251382

Please sign in to comment.