Adding custom fonts to GitHub pages
问题 I just hosted my new website on GitHub. I use there a few custom fonts, which I uploaded right next to the index.html and style.css files: The font code: @font-face { font-family: "gogoiadeco"; src: url('gogoia-deco-webfont.eot'); src: url('gogoia-deco-webfont.eot?#iefix') format('embedded-opentype'), url('gogoia-deco-webfont.woff') format('woff'), url('gogoia-deco-webfont.ttf') format('truetype'), url('gogoia-deco-webfont.svg#Gogoia') format('svg'); font-weight: normal; font-style: normal; }