Skip to content

Commit

Permalink
feat: disable custom fonts until I find how to deal with phenomic and…
Browse files Browse the repository at this point in the history
… custom webpack conf

see MoOx/phenomic#1212
  • Loading branch information
drazik committed Mar 16, 2018
1 parent 548c93a commit c73f77c
Showing 1 changed file with 76 additions and 76 deletions.
152 changes: 76 additions & 76 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
@font-face {
font-family: "Anonymous Pro";
src: url("../fonts/AnonymousPro-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Anonymous Pro";
src: url("../fonts/AnonymousPro-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: "Anonymous Pro";
src: url("../fonts/AnonymousPro-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: "Anonymous Pro";
src: url("../fonts/AnonymousPro-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: "Lora";
src: url("../fonts/Lora-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Lora";
src: url("../fonts/Lora-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: "Lora";
src: url("../fonts/Lora-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: "Lora";
src: url("../fonts/Lora-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: "Merriweather";
src: url("../fonts/Merriweather-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Merriweather";
src: url("../fonts/Merriweather-Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "Merriweather";
src: url("../fonts/Merriweather-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
/* @font-face { */
/* font-family: "Anonymous Pro"; */
/* src: url("../fonts/AnonymousPro-Regular.ttf") format("truetype"); */
/* font-weight: normal; */
/* font-style: normal; */
/* } */

/* @font-face { */
/* font-family: "Anonymous Pro"; */
/* src: url("../fonts/AnonymousPro-Bold.ttf") format("truetype"); */
/* font-weight: bold; */
/* font-style: normal; */
/* } */

/* @font-face { */
/* font-family: "Anonymous Pro"; */
/* src: url("../fonts/AnonymousPro-BoldItalic.ttf") format("truetype"); */
/* font-weight: bold; */
/* font-style: italic; */
/* } */

/* @font-face { */
/* font-family: "Anonymous Pro"; */
/* src: url("../fonts/AnonymousPro-Italic.ttf") format("truetype"); */
/* font-weight: normal; */
/* font-style: italic; */
/* } */

/* @font-face { */
/* font-family: "Lora"; */
/* src: url("../fonts/Lora-Regular.ttf") format("truetype"); */
/* font-weight: normal; */
/* font-style: normal; */
/* } */

/* @font-face { */
/* font-family: "Lora"; */
/* src: url("../fonts/Lora-Italic.ttf") format("truetype"); */
/* font-weight: normal; */
/* font-style: italic; */
/* } */

/* @font-face { */
/* font-family: "Lora"; */
/* src: url("../fonts/Lora-Bold.ttf") format("truetype"); */
/* font-weight: bold; */
/* font-style: normal; */
/* } */

/* @font-face { */
/* font-family: "Lora"; */
/* src: url("../fonts/Lora-BoldItalic.ttf") format("truetype"); */
/* font-weight: bold; */
/* font-style: italic; */
/* } */

/* @font-face { */
/* font-family: "Merriweather"; */
/* src: url("../fonts/Merriweather-Regular.ttf") format("truetype"); */
/* font-weight: normal; */
/* font-style: normal; */
/* } */

/* @font-face { */
/* font-family: "Merriweather"; */
/* src: url("../fonts/Merriweather-Light.ttf") format("truetype"); */
/* font-weight: 300; */
/* font-style: normal; */
/* } */

/* @font-face { */
/* font-family: "Merriweather"; */
/* src: url("../fonts/Merriweather-Bold.ttf") format("truetype"); */
/* font-weight: bold; */
/* font-style: normal; */
/* } */

h1, h2, h3, h4, h5, h6, p, body, a, img, ul, ol, blockquote, pre {
margin: 0; padding: 0; border: 0;
Expand Down

0 comments on commit c73f77c

Please sign in to comment.