Add new fonts with font-face

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeAdd new fonts with font-face

This topic has been marked as not resolved.

Hi support Team
I want using Pavilion Default theme with some Persian web fonts.
in default opencart theme i can add ‘@font-face’ command in CSS file as below simple code:

..\catalog\view\theme\default\stylesheet\stylesheet.css :

@font-face {
font-family: ‘BYekan’;
src: url(‘fonts/BYekan.eot?#’) format(‘eot’),
url(‘fonts/BYekan.woff’) format(‘woff’),
url(‘fonts/BYekan.ttf’) format(‘truetype’);
}

body {
background-color: #ffffff;
color: #000000;
font-family: BYekan,Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}

Would you please assist me that which file should be edit in Pavilion Default style?
OC ver : 1.5.6.4

 Josh
May 6, 2015 at 10:10 pm #40628

Hi,

Here is a topic where we discuss the same matter:

http://support.themeburn.com/topic/font-face

BR,
ThemeBurn team

May 8, 2015 at 6:57 pm #40667
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.