fix font breaking on route with slug
This commit is contained in:
parent
729ab964dd
commit
f437147353
BIN
src/fonts/GilroyRegular.woff
Normal file
BIN
src/fonts/GilroyRegular.woff
Normal file
Binary file not shown.
4
src/index.css
Normal file
4
src/index.css
Normal file
@ -0,0 +1,4 @@
|
||||
@font-face {
|
||||
font-family: "GilroyRegular";
|
||||
src: local("GilroyRegular"), url(./fonts/GilroyRegular.woff) format("woff");
|
||||
}
|
||||
@ -19,6 +19,8 @@ import Tariffs from "@pages/dashboard/Content/Tariffs";
|
||||
import DiscountManagement from "@pages/dashboard/Content/DiscountManagement";
|
||||
import PromocodeManagement from "@pages/dashboard/Content/PromocodeManagement";
|
||||
import Support from "@root/pages/dashboard/Content/Support/Support";
|
||||
import "./index.css";
|
||||
|
||||
|
||||
const componentsArray = [
|
||||
["/users", <Users />],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user