I have developed code so you can hover over an image and see text to the side of it. I need to change the font size from the default. Online other people said it can't be done but wanted others opinions. Here is my code
HTML
<img class="image" src="../../assets/images/image.PNG" alt="" title="
The quick, brown fox jumps
over a lazy dog. DJs flock
by when MTV ax quiz prog.
Junk MTV quiz graced by
"></h3>
CSS
.image {
float: right;
padding-right: 50px;
transform: scale(.8);
**font-family: Univers-Next-Pro-Regular; - the font I want**
}