docs/mkdocs-hooks/fonts.py

6 lines
155 B
Python
Raw Normal View History

2024-06-30 05:43:43 +00:00
def on_post_page(output, page, config):
return output.replace(
"https://fonts.googleapis.com/css",
"https://fonts.bunny.net/css"
)