How to use the computer modern font in webpages?

后端 未结 6 961
慢半拍i
慢半拍i 2021-01-30 02:46

I never see Computer Modern font, the one shipped as default for LaTeX type setting system, on any webpage.

How to change the CSS so that font will actually wor

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-30 03:17

    Just for anyone in 2020 still looking for the optimised web fonts rather than the larger .otf fonts which are used in the answers above, I've hosted the Computer Modern font family via the jsDelivr CDN.

    To use it, you can add a to your html which requests the optimised fonts through the following address:

    https://cdn.jsdelivr.net/gh/aaaakshat/cm-web-fonts@latest/fonts.css

    Example Code:

    
      
      
      
    
    

    Check out the documentation here

提交回复
热议问题