13 lines
462 B
CSS
13 lines
462 B
CSS
@font-face {
|
|
font-family: 'Combined';
|
|
src: url('Combinedd.eot'); /* IE9 Compat Modes */
|
|
src: url('Combinedd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('Combinedd.woff') format('woff'), /* Modern Browsers */
|
|
url('Combinedd.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('Combinedd.svg#55f4b4a94111759e08b3acb1acd12b8c') format('svg'); /* Legacy iOS */
|
|
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
}
|
|
|