
#1 Add to the head section of web page. <link href="//db.onlinewebfonts.com/c/ad8508082a767f44f9345be2e0129395?family=URWBodoniW01-Light" rel="stylesheet" type="text/css"/> #2 Using @import CSS directive, put the following line in add to your css file.(http | https)@import url(//db.onlinewebfonts.com/c/ad8508082a767f44f9345be2e0129395?family=URWBodoniW01-Light);#3 Use font-face declaration Fonts.(http | https) @font-face {font-family: "URWBodoniW01-Light"; src: url("//db.onlinewebfonts.com/t/ad8508082a767f44f9345be2e0129395.eot"); src: url("//db.onlinewebfonts.com/t/ad8508082a767f44f9345be2e0129395.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ad8508082a767f44f9345be2e0129395.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ad8508082a767f44f9345be2e0129395.woff") format("woff"), url("//db.onlinewebfonts.com/t/ad8508082a767f44f9345be2e0129395.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ad8508082a767f44f9345be2e0129395.svg#URWBodoniW01-Light") format("svg"); }
(URW)++,Copyright 2004 by (URW)++ Design & Development
Please refer to the Copyright section for the font trademark attribution notices.
-
-
-