Skip to content

Support for FontAwesome Icons on MARP preview #83

Answered by yhatt
Saptarshi-max asked this question in Q&A
Discussion options

You must be logged in to vote

VS Code preview looks like sanitizing <link> tag due to some security reason.

Instead, you can import the external CSS by @import rule within inline style (<style> tag for tweaking theme CSS).

<style>
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
</style>

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@Saptarshi-max
Comment options

@majkinetor
Comment options

Answer selected by yhatt
Comment options

You must be logged in to vote
3 replies
@yhatt
Comment options

@KhaaL
Comment options

@josethz00
Comment options

Comment options

You must be logged in to vote
1 reply
@Saptarshi-max
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants