Hi,
I have a class ‘script’ setup in my CSS using the Google Font ‘Great Vibes’ as follows, which works fine for me but only because I have that font loaded on my laptop.
If I go to another computer else it only displays the default cursive font since that computer doesn’t have Great Vibes installed locally.
CSS…
@import url(‘https://fonts.googleapis.com/css?family=Great+Vibes’);
.script {
font-weight: 400 !important;
font-family: ‘Great Vibes’, cursive !important;
text-transform: none;
}
Page I’m using that on is http://thesoundtemple.com.au/women-at-the-well/
many thanks