Skip to content

Commit cb81976

Browse files
committed
Another attempt at fixing font
1 parent d77db04 commit cb81976

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vue/src/SwaggerPage/swagger-ui-overrides.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
--matomo-swagger-code-background: var(--theme-color-code-background, rgba(0, 0, 0, 0.05));
1818
border-radius: 5px;
1919
color: var(--matomo-swagger-text);
20-
font-family: inherit;
20+
font-family: inherit !important;
2121
font-size: 14px;
2222
line-height: 1.4;
2323
padding-top: 10px;
2424
}
2525

2626
.swaggerMount .swagger-ui *:not([class^="icon-"]):not([class*=" icon-"]) {
27-
font-family: inherit;
27+
font-family: inherit !important;
2828
}
2929

3030
.swaggerMount .swagger-ui :is(
@@ -71,7 +71,7 @@
7171
.swaggerMount .swagger-ui button {
7272
color: inherit;
7373
box-shadow: none;
74-
font-family: inherit;
74+
font-family: inherit !important;
7575
font-size: inherit;
7676
height: inherit;
7777
line-height: inherit;

0 commit comments

Comments
 (0)