i hope you are talking about this..
/* General Styling */
@font-face {
font-family: ‘BonvenoCF-Light’;
src: url(‘images/fonts/BonvenoCF-Light.otf’) format(‘opentype’);
}
h1, h2, h3, h4, h5, h6 {
font-family: ‘BonvenoCF-Light’, Arial;
font-weight: normal;
margin: 0;
padding: 0 0 10px 0;
text-transform: uppercase;
}
h1 {
font-size: 20pt;
line-height: 20pt;
font-weight: bold;
}…