You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated here, we need to update Telegram icon on our Resources page to this.
We're using some free CDN to download font-awesome now through CSS import. This CDN doesn't provide font-awesome 4.7.0.
Font-awesome recommends to either register on their CDN by email (and I don't want to manage this registration at all) or download their files and serve them from our server. Probably we'll want to go third way: download these resources from npm as part of our frontend build pipeline (note that currently we have no pipeline at all) and incorporate it into our CSS through @import.
The text was updated successfully, but these errors were encountered:
As stated here, we need to update Telegram icon on our Resources page to this.
We're using some free CDN to download font-awesome now through CSS import. This CDN doesn't provide font-awesome 4.7.0.
Font-awesome recommends to either register on their CDN by email (and I don't want to manage this registration at all) or download their files and serve them from our server. Probably we'll want to go third way: download these resources from npm as part of our frontend build pipeline (note that currently we have no pipeline at all) and incorporate it into our CSS through
@import
.The text was updated successfully, but these errors were encountered: