When a user copies the text he/she is not able to copy it with font and style.
font and style is not added to the text copied on clipboard.
<div class="box"> <p class="textstyle" id="FasterOne" > HELLO GUYZ</p> </div> CSS I have imported font from Google:
#FasterOne{ font-family: 'Faster One',cursive; } Now I want that if a user selects this paragraph he/she could use it with its font.