I’m interested in uploading the font Pacifico (Google Fonts: Pacifico) and have been following the directions from the Bubble tutorial here: How to Setup a Custom Font | Bubble Tutorial - YouTube
My css file reads the following:
@font-face {
font-family: ‘Pacifico’, cursive;
src: url(‘https://s3.amazonaws.com/appforest_uf/f1665585453435x994138064775680100/Pacifico-Regular.ttf’)
}
When I go to upload the font in Settings>General, there is an error each time. I’m not sure which font name to include and if that is the source of the problem. I’ve tried:
Pacifico
Pacifico, cursive
‘Pacifico’, cursive (this doesn’t give me an upload error but the font is not correct)
Any idea what I might be doing wrong? Thanks for the help!