Hello. I'm brand new to HTML and CSS but I'm teaching myself to bang out a character sheet for roll20. I'm trying to import a font and having no luck. I uploaded the font I want to use as a shared file on a drop box, using it's shared external link as the url for the font. Can anyone help me figure out what I'm doing wrong? @font-face { font-family: 'Snow'; font-style: normal; font-weight: 400; src: url('<a href="https://dl.dropboxusercontent.com/u/1970434/snow_regular_ttnorm.ttf" rel="nofollow">https://dl.dropboxusercontent.com/u/1970434/snow_regular_ttnorm.ttf</a>') format('truetype'); } h3 { font-family: 'Snow', times; }