@fridasofia85: For that add the following CSS in Custom CSS box:
@font-face {
font-family: "Indie Flower";
font-style: normal;
font-weight: 400;
src: local("Indie Flower"), local("IndieFlower"), url("https://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6ugdm0LZdjqr5-oayXSOefg.woff2") format("woff2");
unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
#content .entry-title {
font-family: "Indie Flower", sans-serif;
}
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 300;
src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
unicode-range: U+460-52F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
#content .entry-content {
font-family: "Roboto", sans-serif;
}
Note: You have a missing closing curly brace (}) at the end of the Custom CSS, please put a } before add the above CSS.
Regards,
Mahesh