Skip to content

Commit d77db04

Browse files
committed
fix font
1 parent 58ecf4e commit d77db04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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: var(--theme-fontFamily-base, sans-serif);
20+
font-family: inherit;
2121
font-size: 14px;
2222
line-height: 1.4;
2323
padding-top: 10px;

0 commit comments

Comments
 (0)