Coegit Condensed, Relay Comp or Solido Compressed Book? Check that fonts on google, maybe that's what are you looking.
Well, probably this will work: I download the font ( the font name is Oswald) they give me 4 types of the font I choose “ Oswald Bold” , the type of the file is ” .otf” there other types like ".ttf" Then I go to my CSS sheet and type: @font-face{ font-family: OswaldBold; src: url (OswaldBold.otf); } <==this is for just calling the file, then I type this to apply it as a font: (Choose which selector you want){ font-family: OswaldBold; } The font file should be in the same folder with the actual HTML/CSS sheets. And you can choose the size and such, there’s other way without the need to download it, but I forget I hope this work, good luck.
oh the "font-family: OswaldBold(is the name of the font file);" you can change it if you want to any name, some of the files have - or &, just change it to just letters.
its a google font, haven't you used google fonts before? https://www.google.com/fonts find your font, add to collection and use it here is with all the weights <link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>