Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author powerfulwp

    (@powerfulwp)

    Hello,
    Thank you for contacting us.
    We update the plugin UI from time to time, therefore the plugin doesn’t support UI customization or font changes.
    All the best

    Thread Starter nanamika12

    (@nanamika12)

    thank you

    Thread Starter nanamika12

    (@nanamika12)

    i have figured it out myself. its working fine.

    solution was removing the –font-family-sans-serif: and –font-family-monospace: from bootstrap.min.css

    adding code below to all the css files in the plugin

    *{
    	font-family: 'BYekan';
    	src: url('http://yourlink.com/font.eot');
    	src: url('http://yourlink.com/font.eot?#iefix') format('embedded-opentype'),
    		 url('http://yourlink.com/font.woff2') format('woff2');
    	font-weight: normal;
    	font-style: normal;
      }
    

    hope it helps
    -note preview in private browsing tab to ignore browser cache

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘chaning driver app font’ is closed to new replies.