I downloaded the Google Font Poiret One and want to use it with Bootstrap. However, that's not been working out well so far. It looks like Comic Sans.
<link rel="stylesheet" href="fonts/PoiretOneregular.ttf">
This is what I'm using to refer to the font. Name of the file is correct.
font-family: 'Poiret One', cursive;
This is the CSS portion.
What am I doing wrong?