I removed all the calls to the @font-face style call in the theme. It was
removed from the header-meta.php file and the structure.scss file.
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
- <style type="text/css">
- @font-face {
- font-family: "Isadora";
- src: url('../assets/fonts/IsadoReg.ttf');
- font-weight: 400;
- }
- @font-face {
- font-family: "IsadoraBold";
- src: url('../assets/fonts/IsadoBol.ttf');
- font-weight: 700;
- }
- </style>
<?php wp_head(); ?>
</head>
\ No newline at end of file
//10. Links
//11. Footer
//12. Copyright
-//@font-face {
-// font-family: "Isadora";
-// src: url('../assets/fonts/IsadoReg.ttf');
-// font-weight: 400;
-//}
-//@font-face {
-// font-family: "IsadoraBold";
-// src: url('../assets/fonts/IsadoBol.ttf');
-// font-weight: 700;
-//}
-//@font-face {
-// font-family: "Isadora Bold";
-// src: url('../assets/fonts/Isadora-Bold.ttf') format('truetype');
-//}
+
#example.element {
background-color: transparent;