E
ecosta
Newcomer
First Post
Conversation Starter
3 posts
Hi,
I stumbled upon this:
https://github.com/getgrav/grav-plugin-shortcode-ui
And I wonder if somebody can tell me the font used there? I contacted the original author like a month ago, but have received no answer.
I'm currently interested in the font used for the animations:
https://github.com/getgrav/grav-plugin-shortcode-ui#word-based-animations
Thanks,
last edited 01/27/24 by ecosta
P
pamtbaau
Grav Forum Moderators
Legend
First Post
Conversation Starter
Well Liked
3127 posts
@ecosta, The answer depends on:
The theme being used by the author.
My guess is theme Antimatter.
The available fonts the browser can use to match the list of fonts in the css font-family property used for the generated element.
My suggestion:
Install theme Antimatter.
Install plugin shortcode-ui.
Add one of the code snippets into a page on your site.
Compare your webpage with the images shown in the Readme of the plugin.
Open the Devtools of the browser to inspect the font-family and which font has been rendered.
last edited 01/28/24 by pamtbaau
P
pamtbaau
Grav Forum Moderators
Legend
First Post
Conversation Starter
Well Liked
3127 posts
@ecosta, IMHO Metrophobic is quite different...
Sample shown by shortcode UI on Github :
Shortcode UI sample using theme Antimatter: (note letter-spacing: -2px; is used by Antimatter)
Font used by Antimatter on Google fonts:
Font Metrophobic on Google:
last edited 01/31/24 by pamtbaau