Move fonts folder out of css folder

This commit is contained in:
Jeremy Zhang 2017-05-29 08:17:36 +00:00
parent d284bd92aa
commit 47015330de
5 changed files with 4 additions and 4 deletions

View File

@ -237,28 +237,28 @@ a {
font-family: Whitney;
font-style: light;
font-weight: 300;
src: url("/fonts/whitney_light.woff") format("woff")
src: url("../fonts/whitney_light.woff") format("woff")
}
@font-face {
font-family: Whitney;
font-style: normal;
font-weight: 500;
src: url("/fonts/whitney_normal.woff") format("woff")
src: url("../fonts/whitney_normal.woff") format("woff")
}
@font-face {
font-family: Whitney;
font-style: medium;
font-weight: 600;
src: url("/fonts/whitney_medium.woff") format("woff")
src: url("../fonts/whitney_medium.woff") format("woff")
}
@font-face {
font-family: Whitney;
font-style: bold;
font-weight: 700;
src: url("/fonts/whitney_bold.woff") format("woff")
src: url("../fonts/whitney_bold.woff") format("woff")
}
* {
font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;