From 45304bde3e8f4db942d593c5e602fd9eedbfd88b Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 28 Nov 2016 13:26:43 -0500 Subject: [PATCH] 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. --- parts/header-meta.php | 12 ------------ scss/_structure.scss | 15 +-------------- 2 files changed, 1 insertion(+), 26 deletions(-) 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; -- 2.17.1