html css add avenir light font

Solutions on MaxInterview for html css add avenir light font by the best coders in the world

showing results for - "html css add avenir light font"
Sofia
14 Jan 2019
1@font-face {
2  font-family: 'Avenir';
3  src: url('../fonts/Avenir.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir.woff') format('woff'), url('../fonts/Avenir.ttf')  format('truetype'), url('../fonts/Avenir.svg#Avenir') format('svg');
4}
5
6p {
7  font-family: 'Avenir', Helvetica, sans-serif;
8}