• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

merge style.css

Hammer

Chevereto Member
hi to chevereto support
I have edited style.css for version 2.3.1 and RTL'ed That with my font's and many many changed
now i need to upgrade to 2.5.5 but i can use style.css of version 2.3 for this version?
is there any way to merge this two file?
if needed i can attach my style.css of version 2.3
 
Nope, but you can add it ;)
i have added but this style dont support font face at all
that's my code and i have added font's Folder on template directory

Code:
@font-face {
  font-family: '********';
  src: url('./fonts/******.eot?#') format('eot'),  /* IE6–8 */
      url('./fonts/******.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('./fonts/********.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
 
Back
Top