Okay, so far the only way I have gotten it to work is by copying the link given to me by my ftp (filezilla) and pasting it in the @fontface src sections. However, when I do this to access my website you have to have the username and password to my ftp site which obviously is not what I want.
If the font is in a folder called "fonts" in my ndxzsite folder what is the correct url to correspond to the font in my directory?
This is what I have but it does not work.
@font-face {
font-family: 'code_lightregular';
src: url('tealthomsenphotography.com/public_html/ndxzsite/fonts/webfontkit-20131017-160243/code_light-webfont.eot');
src: url('tealthomsenphotography.com/public_html/ndxzsite/fonts/webfontkit-20131017-160243/code_light-webfont.eot') format('embedded-opentype'),
url('tealthomsenphotography.com/public_html/ndxzsite/fonts/webfontkit-20131017-160243code_light-webfont.woff') format('woff'),
url('tealthomsenphotography.com/public_html/ndxzsite/fonts/webfontkit-20131017-160243code_light-webfont.ttf') format('truetype'),
url('tealthomsenphotography.com/public_html/ndxzsite/fonts/webfontkit-20131017-160243code_light-webfont.svg#code_lightregular') format('svg');
font-weight: normal;
font-style: normal;
}