7 lines
284 B
CSS
7 lines
284 B
CSS
@font-face {
|
|
font-family: Baar Sophia;
|
|
/*src: url('WebFont.eot');*/
|
|
src: /*url('WebFont.eot?#iefix') format('embedded-opentype'),
|
|
url('WebFont.woff') format('woff'),*/ url('../fonts/baars___.ttf')
|
|
format('truetype') /*url('WebFont.svg#webfont') format('svg')*/;
|
|
}
|