Updated font url w/ updated assets path.
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: url("/../../public/assets/fonts/bold.woff");
|
src: url("/assets/fonts/bold.woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url("/../../public/assets/fonts/regular.eot");
|
src: url("/assets/fonts/regular.eot");
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user