Increase font size and chang font style to Fira Code
Swagger Font Fira Code by nguyentdat27
Details
Authornguyentdat27
LicenseNo License
Categoryuserstyles, swagger
Created
Updated
Size627 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Swagger Font Fira Code
@version 20220117.03.57
@namespace userstyles.world/user/nguyentdat27
@description Increase font size and chang font style to Fira Code
@author nguyentdat27
@license No License
==/UserStyle== */
@-moz-document regexp(".*/index.html") {
@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@100;200;300;400;500;600;700&display=swap);
.swagger-ui textarea, code {
font-size: 16px;
font-family: "Fira Code", monospace !important;
}
.swagger-ui .highlight-code > .microlight {
max-height: 60vh;
}
}