|
@@ -85,7 +85,7 @@
|
|
|
font-display: swap;
|
|
|
font-style: normal;
|
|
|
font-named-instance: "Regular";
|
|
|
- src: url("/assets/fonts/Inter-roman.var.woff2/") format("woff2");
|
|
|
+ src: url("./assets/fonts/Inter-roman.var.woff2/") format("woff2");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "Inter";
|
|
@@ -93,7 +93,7 @@
|
|
|
font-display: swap;
|
|
|
font-style: italic;
|
|
|
font-named-instance: "Italic";
|
|
|
- src: url("/assets/fonts/Inter-italic.var.woff2/") format("woff2");
|
|
|
+ src: url("./assets/fonts/Inter-italic.var.woff2/") format("woff2");
|
|
|
}
|
|
|
a:not(.wp-block-query-pagination-next):active {
|
|
|
background: var(--wp--custom--color--foreground) !important;
|