I got it. I just had to add (..) before the /font. Double period (..) means you go up one folder and then look for the folder behind the slash.
@font-face {
font-family: 'AppleGaramond';
src: url('../fonts/AppleGaramond-BoldItalic.ttf') format('truetype');
src: url('../fonts/applegaramond-bolditalic-webfont.woff') format('woff'),
src: url('../fonts/applegaramond-bolditalic-webfont.woff2') format('woff2');
}
Thanks guys for helping me out!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…