diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-28 03:09:52 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-28 03:09:52 +1000 |
| commit | ea2ee038f55ed770dfb18f5cdd3a9f9797bd24ef (patch) | |
| tree | cbfe3638242385421ac81c598879a42a62b4841c /src | |
| parent | d4431d3d200a77f7abfa00e5adc848c633597352 (diff) | |
Fix font path issue
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.css b/src/index.css index a82c47e..6569d31 100644 --- a/src/index.css +++ b/src/index.css @@ -4,7 +4,7 @@ @font-face { font-family: Ubuntu; - src: url('fonts/Ubuntu-Regular.woff2'); + src: url('/fonts/Ubuntu-Regular.woff2'); } body { font-family: Ubuntu, system-ui, sans-serif; |
