getting rid of @font face call
authorIan Weller <ian@gaslightmedia.com>
Mon, 28 Nov 2016 18:26:43 +0000 (13:26 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 28 Nov 2016 18:26:43 +0000 (13:26 -0500)
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.

parts/header-meta.php
scss/_structure.scss

index dd4a623..4d68a55 100644 (file)
@@ -3,17 +3,5 @@
     <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
index a117f06..93a426d 100644 (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;