@font-face {
font-family: 'katieroseregular';
src: url('trial_by_cupcakes_-_katierose-webfont.eot');
src: url('trial_by_cupcakes_-_katierose-webfont.eot?#iefix') format('embedded-opentype'),
url('trial_by_cupcakes_-_katierose-webfont.woff') format('woff'),
url('trial_by_cupcakes_-_katierose-webfont.ttf') format('truetype'),
url('trial_by_cupcakes_-_katierose-webfont.svg#katieroseregular') format('svg');
font-weight: normal;
font-style: normal;
This is what’s on HTML file, and what I pasted on the CSS file. My doubt is what should I change and how?
The URL path is the following… wait just one question that is related to another thread I just started. I’m trying to make this work on a child theme I just created. My issue is that it seems the website is not reading the CSS file of the Child Theme, but from the parent theme. So where should I paste this code after all? As well as creating the folder names fonts and uploading the fonts itself?