Using Accelerated Mobile Pages with Bootstrap

前端 未结 6 656

I have a website that uses Bootstrap. Technically, I\'m using Bootstrap 4 at the moment. I want to leverage Accelerated Mobile Pages (AMP) in the publicly-facing parts of my

6条回答
  •  半阙折子戏
    2020-12-31 09:38

    Right now you cannot use bootstrap with AMP because it inserts a lot of unnecessary CSS and AMP is optimized for performance, but you can use font-awesome in AMP HTML by including it like so:

    
    

    See the original issue on github: https://github.com/ampproject/amphtml/issues/2413

提交回复
热议问题