Hi,
I see it. Thank you.
Here is the original code:
<?xml version="1.0" encoding="utf-8"?>
<assets>
<scripts>
<file>js/jquery.cookie.js</file>
<file>js/script.js</file>
</scripts>
<stylesheets>
<file>fonts/font-awesome/css/font-awesome.min.css</file>
<file>fonts/ionicons/css/ionicons.min.css</file>
<file>//fonts.googleapis.com/css?family=PT+Serif:400,700</file>
</stylesheets>
</assets>
I changed it to this:
<?xml version="1.0" encoding="utf-8"?>
<assets>
<scripts>
<file>js/jquery.cookie.js</file>
<file>js/script.js</file>
</scripts>
<stylesheets>
<file>fonts/font-awesome/css/font-awesome.min.css</file>
<file>fonts/ionicons/css/ionicons.min.css</file>
<file>//fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet</file>
</stylesheets>
</assets>
I don't see any changes on the sites. Did I change the code correctly?