Adding more then 2 custom fonts?

edited April 2017 in Fonts
So i have about 6 fonts i need to add into betheme, i have uploaded the .ttf and.oft font files into the themes fonts folder. 
added this code into the style.css 

    font-family:Boopee;
    font-weight: normal;
}
    font-family:Boopee Bold;
    font-weight: normal;
}
    font-family:Burford Rustic Book-Regular2;
    font-weight: normal;
}
    font-family:PlutoCond Bold;
    font-weight: normal;
}
    font-family:PlutoCond Heavy;
    font-weight: normal;
}
    font-family:PlutoCond Light;
    font-weight: normal;

this did not seem to work, i have added 2 fonts to the custom fonts area witch worked. but i have 4 more fonts in .oft format i need to add. how can i achieve this?

Comments

Sign In or Register to comment.