Docs: Add comment about possibly wrong path

This commit is contained in:
Pieter Vander Vennet 2024-10-09 22:42:16 +02:00
parent c72b5278f3
commit e8a79a4ff7

View file

@ -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");
}