diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index f6c996b4b..024ae269f 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -56,6 +56,7 @@ def get_redoc_html( title: str, redoc_js_url: str = "https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js", redoc_favicon_url: str = "https://fastapi.tiangolo.com/img/favicon.png", + with_google_fonts: bool = True, ) -> HTMLResponse: html = f""" @@ -65,7 +66,12 @@ def get_redoc_html( + """ + if with_google_fonts: + html += """ + """ + html += f"""