This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

*

MB Themes

Re: Replace 2 files in 1
« Reply #1 on: January 06, 2019, 11:09:41 AM »
@Miller
I am not quite sure if these are used anymore, in most themes and plugins cdn is used to get font awesome, check source code.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Miller

  • ****
  • 141 posts
Re: Replace 2 files in 1
« Reply #2 on: January 07, 2019, 07:57:31 AM »
../fonts/open-sans.woff Removed one line instant messenger plugin css. any problem?

@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(../fonts/open-sans.eot);src:local('Open Sans'),local('Open Sans'),url(../fonts/open-sans.eot) format('embedded-opentype'),url( REMOVED LINE HERE) format('woff')};

*

MB Themes

Re: Replace 2 files in 1
« Reply #3 on: January 07, 2019, 09:23:33 AM »
@Miller
It should not
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on January 13, 2019, 03:15:35 PM
*

Miller

  • ****
  • 141 posts
Re: Replace 2 files in 1
« Reply #4 on: January 07, 2019, 09:49:29 AM »
work this

@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(../fonts/open-sans.eot);src:local('Open Sans'),local('Open Sans'),url(../fonts/open-sans.eot) format('embedded-opentype'),url( https://www.domain.com/oc-content/themes/veronika/fonts/open-sans.woff ) format('woff')};

*

Miller

  • ****
  • 141 posts
Re: Replace 2 files in 1
« Reply #5 on: January 13, 2019, 01:25:18 PM »
 :) :)