Hi Diana Cobb,
please, add this css in style.css file of your child theme(lavish-pro-child):
@font-face {
font-family: 'icomoon';
src:url('../lavish-pro/fonts/icomoon.eot');
src:url('../lavish-pro/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../lavish-pro/fonts/icomoon.woff') format('woff'),
url('../lavish-pro/fonts/icomoon.ttf') format('truetype'),
url('../lavish-pro/fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Note: Please use child theme to write the css, so your changes will not lost on theme update.
Thanks