Solved

Add kerning (spacing) to a font

write2dylan
Visitor
2 0 0

Hi, is there an easy way to edit the code to add more spacing in between the letters of one of the standard fonts? If so, what would the code look like? 

Accepted Solution (1)

Pankaj_Gupta
Shopify Partner
155 21 26

This is an accepted solution.

Hi @write2dylan,

You can use the letter spacing.

For example- If you want a letter spacing in your site.Use below code.

body{ letter-spacing0.2em; }

You can change(0.2em) according to your requirement.

 

If it solves your problem.

Pls like and accept my answer.

For theme customization and custom work, pls contact me on pankajtechcode@gmail.com

 

If It solves your problem, Please Like and Accept Solution.
Do you need Shopify customization and custom work on your store? Hire me.
Feel free to Contact me on pankajtechcode@gmail.com

View solution in original post

Replies 4 (4)

nicoleecherii
Tourist
10 0 6

I am also interested in this question. @write2dylan, did you figure out a solution?

Pankaj_Gupta
Shopify Partner
155 21 26

This is an accepted solution.

Hi @write2dylan,

You can use the letter spacing.

For example- If you want a letter spacing in your site.Use below code.

body{ letter-spacing0.2em; }

You can change(0.2em) according to your requirement.

 

If it solves your problem.

Pls like and accept my answer.

For theme customization and custom work, pls contact me on pankajtechcode@gmail.com

 

If It solves your problem, Please Like and Accept Solution.
Do you need Shopify customization and custom work on your store? Hire me.
Feel free to Contact me on pankajtechcode@gmail.com
sercynash
New Member
4 0 0

where do you place this code?

zeebraham
Visitor
1 0 0

Hi, I successfully changed the body kerning but when I insert the same with heading instead of body I see no changes