11 lines
313 B
CSS
11 lines
313 B
CSS
/* Webfont: GoftehWeb-Heavy */
|
|
@font-face {
|
|
font-family: 'edameh';
|
|
src: url('fonts/edamehWeb-ExtraBlack.woff') format('woff'),
|
|
url('fonts/edamehWeb-ExtraBlack.woff2') format('woff2');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|