FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Custom External Font Example"
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); .fast-comments, textarea { font-family: 'Roboto', sans-serif; }
Result