How to use the computer modern font in webpages?

后端 未结 6 958
慢半拍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:09

    Nowadays you can download everything you need (font files and css) from this webpage:

    http://checkmyworking.com/cm-web-fonts/

    Then the only thing you need to do is to add the corresponding css files to the header section of your html file like:

    
        
        Test
        
        
        ...
    
    

提交回复
热议问题