I added
<link href="
https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
html, body {
width: 100%; height: 100%; margin: 0px; }@font-face { font-family: Roboto; font-style: normal; font-weight: 400; src: local(Roboto Regular), local(Roboto-Regular), url("
https://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff") format("woff"); }@font-face { font-family: Roboto; font-style: normal; font-weight: 700; src: local(Roboto Bold), local(Roboto-Bold), url("
https://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"); }@font-face { font-family: Roboto; font-style: italic; font-weight: 400; src: local(Roboto Italic), local(Roboto-Italic), url("
https://themes.googleusercontent.com/static/fonts/roboto/v11/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff") format("woff"); }.gwd-page-container { position: relative; width: 100%; height: 100%; }.gwd-page-content { transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform-style: preserve-3d; position: absolute; background-color: transparent; }.gwd-page-wrapper { position: absolute; transform: translateZ(0px); background-color: rgb(255, 255, 255); }.gwd-page-size { width: 300px; height: 250px; }.gwd-div-lwdv { text-align: center; font-weight: bold; }.gwd-img-62fm { position: absolute; width: 300px; height: 250px; left: 0px; top: 0px; opacity: 0; }#page1.gwd-play-animation .gwd-gen-1yu0gwdanimation { animation: gwd-gen-1yu0gwdanimation_gwd-keyframes 12s linear 0s infinite normal forwards; }@font-face { font-family: Roboto; font-style: normal; font-weight: 400; src: local(Roboto Regular), local(Roboto-Regular), url("
https://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff") format("woff"); }@font-face { font-family: Roboto; font-style: normal; font-weight: 700; src: local(Roboto Bold), local(Roboto-Bold), url("
https://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"); }@font-face { font-family: Roboto; font-style: italic; font-weight: 400; src: local(Roboto Italic), local(Roboto-Italic), url("
https://themes.googleusercontent.com/static/fonts/roboto/v11/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff") format("woff"); }@keyframes gwd-gen-1yu0gwdanimation_gwd-keyframes {
0% {
opacity: 0;
animation-timing-function: ease-in-out;
}
Your HTML5 ad is trying to reference an asset that is external to your .ZIP file:
https://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff. Only internal file references are allowed (for example, "path/to/asset/in-zip.png"). Make sure you have included all of your assets in the .ZIP file and that all file references are internal. Once you have made the changes, try again.