Create a file "gallery.htm" (UTF-8).
In Template page right-click the page and select: View Page Source
Select all(CTRL+A) and copy(CTRL+C)-paste(CTRL+V) it into the "gallery.htm".
Save for personal use.
In Styles page click on style You wish to use.
Select all and copy-paste into the search box or address bar / text editor, select all and copy-paste into the Template editor.
Note: You can't directly copy-paste to the Template editor, because it is served with "pre" tag.
Any other selected text is served with "span" tag in WebKit based brovsers.
When a style contains @import-ed style you must include it.
For permanent use, paste the style into the "gallery.htm" head style.
Delete in font-family the: bn,hi,hy,ja,ka,km,ko,ml,my, They are fonts for languages like Bengali, Chinese etc.
Delete .text{...} It is for printing in CSS Text Effect Playground.
Delete annotation #dropbox:after.
If a style contains variable copy-paste it from Variables into the :root of Your stylesheet.
You may delete <script src=http://users.atw.hu/nyejani/svg/filters.js></script> in "gallery.htm" and copy-paste filter(s) from Filters to Your svg.
Replace ".." with "http://users.atw.hu/nyejani" to display background image. (or use Your image)
For example:
background:url(../print/textutes/x.jpg) to
url(http://users.atw.hu/nyejani/print/textutes/x.jpg)
CSS Text Effect Playground: User filters (if any)
Copy-paste the code into "gallery.htm" svg.
Change filter ID to Your liking.