0

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.

1
  • as far as I know, it is not possible Commented Jul 15, 2020 at 8:12

1 Answer 1

0

It's not possible to retain the font unless you have it on your computer and you copy-paste it in a way that includes the formatting. In short, the font doesn't get carried.

You can download the Faster One font from Google Fonts though.

3
  • I have imported this font via link so now i have to download and add it through font face? IS this that you mean?? Commented May 29, 2020 at 10:05
  • @dkgameryt, yes, you would have to download it and install it on your computer. Commented May 29, 2020 at 10:07
  • No bro i have installed and added font through font face but still while we copy text from website it isn't working!! Please help me!!!!!!!!!!!!!!!11111111111111111111 Commented May 29, 2020 at 10:57

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.