# CSS Trouble

**URL:** https://forum.kirupa.com/t/css-trouble/330561
**Category:** Uncategorized
**Created:** [February 9, 2013, 1:32pm UTC](https://forum.kirupa.com/t/css-trouble/330561 "2013-02-09T13:32:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BUroKHUli](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/burokhuli/32/190_2.png) [@BUroKHUli](https://forum.kirupa.com/u/BUroKHUli)
#### Post date: [February 9, 2013, 1:32pm UTC](https://forum.kirupa.com/t/css-trouble/330561/1 "2013-02-09T13:32:01Z")

</div>

Hi guys,

I was wondering why the CSS doesn’t work like this one.

```php
.font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #666666;
}

```

“.default” seems to work … i just compared this to the one i downloaded from [FONTSQUIRREL.com](http://FONTSQUIRREL.com). The original file is being attached but you can you view the result from this link.

[www.timescebu.com/font/demo.html](http://www.timescebu.com/font/demo.html)

thank you
