How to use the computer modern font in webpages?

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

    You can just insert the https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css css-stylesheet into your html header. Like this:

    
      
    
      
      
    
    

    You can use the font for production websites with any amount of traffic. Files are served via MaxCDN's super fast global CDN. There is no traffic limits or throttling.

    The README.md on Github

提交回复
热议问题