🐛 Fix bugs
This commit is contained in:
@@ -72,7 +72,7 @@ useHead({
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
|
||||
|
||||
.swagger-ui *:not(:is(pre, pre *, textarea, textarea *)) {
|
||||
font-family: var(--font-family) !important;
|
||||
@@ -82,6 +82,6 @@ useHead({
|
||||
.swagger-ui pre *,
|
||||
.swagger-ui textarea,
|
||||
.swagger-ui textarea * {
|
||||
font-family: "Roboto Mono", monospace !important;
|
||||
font-family: "IBM Plex Mono", monospace !important;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user