Hi,
In my application, I need to use custom fonts,so I've added this to my css-file:
Code:
@font-face {
font-family: 'Diplomata';
font-style: normal;
font-weight: 400;
src: local('Diplomata'), local('Diplomata-Regular'), url('http://themes.googleusercontent.com/static/fonts/diplomata/v1/8UgOK_RUxkBbV-q561I6kD8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
.x-tab-inner {
font-family: 'Diplomata' !important;
}
now, my tabpanel doesn't render correctly
Screenshot at 2012-02-26 11:53:56.jpg
after selecting a tab, all is ok.
Screenshot at 2012-02-26 12:11:49.jpg
any ideas how to fix this?
Thanks