question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add detailed information, like

  • mkdocs.yml configuration file contents
site_name: Omicron

nav:
  - 简介: index.md
  - 安装: installation.md
  - 教程: usage.md
  - 社区: https://zillionare.readthedocs.io/zh_CN/latest/contributing.html
  - 版本历史: history.md
  - API文档: api.md

theme:
  name: material

markdown_extensions:
  - pymdownx.highlight:
      linenums: true
  - pymdownx.superfences
  - admonition
  - toc:
      baselevel: 2
plugins:
  - include-markdown
  - mkdocstrings:
      watch:
        - omicron
  - search
  - autorefs
  • mkdocstrings version: 0.13.6

图片

I’m wondering why font size for headers (module name, function name) is smaller than normal text? Anythin wrong with my configureation, or this behaviour is by design?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zillionarecommented, Mar 29, 2021

closed. Solved according to @pawamoy’s suggestion

0reactions
pawamoycommented, Apr 1, 2021

Thanks for coming back and closing this issue 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Font Size Problems? Check Here First! - Codecademy
If you find you're getting a really weird font-size reported back to you, such as 18.1818181818px , the problem is that your browser's...
Read more >
Change the size of text in Windows - Microsoft Support
Here's how to change the size of text, images, and apps in Windows. To change your display in Windows, select Start > Settings...
Read more >
How to Reduce the Windows Font Size if It's Too Big
In the Text size section, drag the slider bar (A) to the left to reduce the font size. Click Apply (B) below the...
Read more >
problem with text/font size on some websites since computer ...
Increasing the default minimum font size can cause similar issues. Best/safest is always to use full page zoom and possibly set a higher...
Read more >
How do you fix the small font size or the small user interface in ...
There has been a change on your PC system and the font sizes or the user interface looks a lot smaller than it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found