ttf font files are now widely supported, so you should be safe using your custom font. In case your font doesn't load, you can also set a fallback in your CSS:
ttf
p { font-family: 'Custom', Arial, sans-serif; }