From: Ian Weller Date: Mon, 28 Nov 2016 18:26:43 +0000 (-0500) Subject: getting rid of @font face call X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=45304bde3e8f4db942d593c5e602fd9eedbfd88b;p=WP-Themes%2Foriginalbutterflyhouse.git getting rid of @font face call 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. --- diff --git a/parts/header-meta.php b/parts/header-meta.php index dd4a623..4d68a55 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -3,17 +3,5 @@ <?php wp_title(); ?> - \ No newline at end of file diff --git a/scss/_structure.scss b/scss/_structure.scss index a117f06..93a426d 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -17,20 +17,7 @@ //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;