<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductLabels
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <link src="https://fonts.googleapis.com/css?family=Roboto" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Lato" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Roboto+Condensed" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Oswald" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Slabo+27px" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Merriweather" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Raleway" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Ubuntu" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Poppins" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Lora" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Roboto+Mono" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Roboto+Slab" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Playfair+Display" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Montserrat" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=PT+Sans" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Titillium+Web" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Muli" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Fira+Sans" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=PT+Sans+Narrow" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Nunito" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Noto+Serif" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Inconsolata" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Nanum+Gothic" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Crimson+Text" src_type="url" rel="stylesheet"/>
    </head>
    <body>
        <referenceContainer name="content">
            <block class="Magento\Framework\View\Element\Template" name="mp.productlabels.listing.label" template="Mageplaza_ProductLabels::listing/view/listing.phtml" after="-" ifconfig="productlabels/general/enabled"/>
        </referenceContainer>
    </body>
</page>
