Horje
html css add Avenir light font Code Example
html css add Avenir light font
@font-face {
  font-family: 'Avenir';
  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');
}

p {
  font-family: 'Avenir', Helvetica, sans-serif;
}
Source: learn.co




Css

Related
css how to make something italized Code Example css how to make something italized Code Example
footer at bottom of body Code Example footer at bottom of body Code Example
sticky footer Code Example sticky footer Code Example
@font-face rule in css Code Example @font-face rule in css Code Example
background size in css Code Example background size in css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
17