13 lines
533 B
CSS
13 lines
533 B
CSS
/* Webfont: BBB JURAge-Regular */@font-face {
|
|
font-family: 'BBBJURAge';
|
|
src: url('BBB-JURAge.eot'); /* IE9 Compat Modes */
|
|
src: url('BBB-JURAge.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('BBB-JURAge.woff') format('woff'), /* Modern Browsers */
|
|
url('BBB-JURAge.woff2') format('woff2'), /* Modern Browsers */
|
|
url('BBB-JURAge.ttf') format('truetype'); /* Safari, Android, iOS */
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|