<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor-theme-master
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla &amp;amp; lightweight theme for Elementor page builder
Tags: flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.2.1579025650
Updated: 2020-01-14 18:14:10

*/
@font-face {
  font-family: 'Roboto';
  font-display: swap; //  ----&gt; the fix!
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Slab';
  font-display: swap; //  ----&gt; the fix!
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab'), local('Roboto-Slab'), url(https://fonts.gstatic.com/s/robotoslab/v10/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format('woff2');
}
@font-face {
  font-family: 'FA Solid';
  font-display: swap; //  ----&gt; the fix!
  font-style: normal;
  font-weight: 900;
  src: local('fa solid'), local('fa-solid'), url(https://www.cwglandscape.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format('woff2');
}
@font-face {
  font-family: 'FA Regular';
  font-display: swap; //  ----&gt; the fix!
  font-style: normal;
  font-weight: 400;
  src: local('FA Regular'), local('FA-Regular'), url(https://www.cwglandscape.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format('woff2');
}
</pre></body></html>