I’m new to shopify. Really enjoying your videos. Could you maybe cover the best way to get started as a shopify Dev? Like how would you recommend someone learn from zero? I am pretty experienced in front end, just no knowledge of shopify.
Your videos are really helpful thank you!! I'm new to shopify theme dev, can you please make a full video of creating a shopify theme from scratch to deployment please??
Hey, I'm having an issue with a custom font. I've uploaded the font files in all four formats: woff, eot, svg, and ttf. However, the font isn't rendering properly. I'm using Montserrat-Medium in the Shopify Refresh theme.
thank you for this video, i was able to get the custom font uploaded to the desktrop version of it but not the mobile one. how do i get it to where it shows on both?
Hey robby you make owsm informative video please make full guide like roadmap of liquid language learning.. How to learn liquid language and start as beginner... Please help to find useful tool and pograms and guide which help to learn liquid language..
Hey Bobby. Thank you so much for this amazing tutorial! Is it possible to add custom fonts to a password page on Shopify? I'm trying to do so following your instructions on this video, and I haven't been successful.
very confusing. you added variables to use them for font-family property in css file, then next in the video there was a cut and the font family with variable was gone, and you added the name of the font-family from @font-face....
Thanks for this breakdown but I cannot get it to work :( Is there something glaringly wrong in this chunk of code? @font-face { font-family: "ChickenScratch"; src: url("./ChickenScratch.woff2") format("woff2"), url("./ChickenScratch.woff") format("woff"); } Thanks!!
Thanks a lot for the clear instructions. Followed you step by step, and everything worked!
I’m new to shopify. Really enjoying your videos. Could you maybe cover the best way to get started as a shopify Dev? Like how would you recommend someone learn from zero? I am pretty experienced in front end, just no knowledge of shopify.
there is a bunch of other youtubers who cover this
you lost me at .json. I uploaded the font via the content/files - why isn't the font just selectable from the font list after that?
That would be too easy ;D
Thank you for this. Extremely clear and concise, with a very clean video format. Liked and subbed.
Thanks man it just saved my lots of time. I appreciate it.
very good, is there a way to add the font to the picker ?
I've always wondered this too
Your videos are really helpful thank you!! I'm new to shopify theme dev, can you please make a full video of creating a shopify theme from scratch to deployment please??
He already has a video from scratch. You can find here: ua-cam.com/video/zCDo-l5DJSo/v-deo.html
Hey, I'm having an issue with a custom font. I've uploaded the font files in all four formats: woff, eot, svg, and ttf. However, the font isn't rendering properly. I'm using Montserrat-Medium in the Shopify Refresh theme.
thank you for this video, i was able to get the custom font uploaded to the desktrop version of it but not the mobile one. how do i get it to where it shows on both?
Thanks - clear and straight forward
Hey robby you make owsm informative video please make full guide like roadmap of liquid language learning..
How to learn liquid language and start as beginner...
Please help to find useful tool and pograms and guide which help to learn liquid language..
i'm getting "Failed to load resource 403 forbidden" in the console
ok but is that custom font going to show up in the theme editor font selection?
I don't have styles.css??
me either
same
It is probably called something different like theme.css or base.css. It depends on your theme
Didn't you thought by any chance to provide the code you have in there so we can use it and not have to rewrite it?
Thanks Robby - awesome :)
ua-cam.com/video/UjWU3XLgT1E/v-deo.htmlsi=3CwYzbZZBKqDYSQT | New video Add a CUSTOM FONT To Your Shopify Store
Its free though
Hey Bobby. Thank you so much for this amazing tutorial! Is it possible to add custom fonts to a password page on Shopify? I'm trying to do so following your instructions on this video, and I haven't been successful.
please make complete course .. from scratch.
css font not working on mobile for me. can you help me ?
how to add a google fonts all add into a font picker in shopify can you guide
Will this work on any theme? Or only on Dawn?
bro's mogging
I use shopify code to avoid moving up to vscode to get frustrated again. put it in your title would be good
How can I get someone to do this for me? 😭
your flying
Thanks for simplifying the process...very useful. Not sure why it didn't work with my theme. Can you assist please?
thanks for help.
How do you upload a custom font?
Hi there! Can you show how to do this but for the body text?
What is the program he's using to edit the code... I don't have that. Just the in shopify settings he's editing the code on another software.
i need your help, i changed the font and it works on all pages but not on the password protectin page
The password page usually uses a different template and doesn’t load the same stylesheet. Make sure to checkout the password.json/liquid
My second best youtuber for liquid.
Could you please make a video on quick view product at collection page. Please
Do you offer development as a service?
How to add custom options with price in a product
where the f is the json file explorer?
Slow tf down
😅
He skipping steps especially at 6:03 lol Where the heck is the code he copied hahaha
Wtf is skeeming jason
very confusing. you added variables to use them for font-family property in css file, then next in the video there was a cut and the font family with variable was gone, and you added the name of the font-family from @font-face....
Thanks for this breakdown but I cannot get it to work :( Is there something glaringly wrong in this chunk of code?
@font-face {
font-family: "ChickenScratch";
src: url("./ChickenScratch.woff2") format("woff2"),
url("./ChickenScratch.woff") format("woff");
}
Thanks!!