FONT

Webfonts

CSS3@font-face{
  font-family
:任意の名前;
  src:url('フォントファイルのパス')
    format('フォントタイプ')
;
  }

CSS3p{
  font-family:上で指定した任意の名前;
  }