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