Dears, I thought that sharing my answer here <https://stackoverflow.com/questions/57726122/how-can-i-embed-a-font-into-tiddlywiki/57734947?noredirect=1#comment101912439_57734947> with this group is a very little thing in return of your support to me (for new users like me).
This is How: 1- Go to "Google Fonts" Gallary in W3Schoole website here <https://www.w3schools.com/howto/howto_google_fonts.asp> 2- Choose your font and "Copy" its name 3- Add/Customise Font name to your tiddler as in the following example (you can Copy/Past the example to a new Tiddler to check) <link href='https://fonts.googleapis.com/css?family=Playfair Display' rel='stylesheet'> <link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'> <link href='https://fonts.googleapis.com/css?family=Alex Brush' rel='stylesheet'> <link href='https://fonts.googleapis.com/css?family=Akronim' rel='stylesheet'> <link href='https://fonts.googleapis.com/css?family=Annie Use Your Telescope' rel='stylesheet'> <style> .st2 {font-family: 'Playfair Display';font-size: 42px;} .st3 {font-family: 'Sofia';font-size: 42px;} .st4 {font-family: 'Alex Brush';font-size: 42px;} .st5 {font-family: 'Akronim';font-size: 42px;} .st6 {font-family: 'Annie Use Your Telescope';font-size: 42px;} </style> <h1 class="st2">'Playfair Display' 1234567890 ABC abc</h1> <h1 class="st3">'Sofia' 1234567890 ABC abc</h1> <h1 class="st4">'Alex Brush' 1234567890 ABC abc</h1> <h1 class="st5">'Akronim' 1234567890 ABC abc</h1> <h1 class="st6">'Annie Use Your Telescope'1234567890 ABC abc</h1> Worm Regards Mohamed Amin -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6233bd42-40d8-4681-a29d-3270d06d8a92%40googlegroups.com.

