diff --git a/src/index.css b/src/index.css index 569d0bac0..b959ea056 100644 --- a/src/index.css +++ b/src/index.css @@ -68,6 +68,7 @@ @font-face { font-family: "Source Sans Pro"; + /*This path might seem incorrect. However, 'index.css' will be compiled and placed in 'public/css', from where this path _is_ correct*/ src: url("../assets/fonts/source-sans-pro.regular.ttf") format("woff"); }