diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2f0376a --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,12 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Chrome", + "type": "chrome", + "request": "launch", + "url": "http://localhost:3000", + "webRoot": "${workspaceRoot}/src" + } + ] +} \ No newline at end of file diff --git a/src/fonts/PPEditorialNew-Regular.otf b/public/fonts/PPEditorialNew-Regular.otf similarity index 100% rename from src/fonts/PPEditorialNew-Regular.otf rename to public/fonts/PPEditorialNew-Regular.otf diff --git a/src/index.css b/src/index.css index a8813e8..58f4bef 100644 --- a/src/index.css +++ b/src/index.css @@ -23,7 +23,7 @@ body { @font-face { font-family: 'PPEditorial'; - src: url('./fonts/PPEditorialNew-Regular.otf') format('opentype'); + src: url('../public/fonts/PPEditorialNew-Regular.otf') format('opentype'); } code {