15 lines
431 B
CSS
15 lines
431 B
CSS
|
|
@font-face {
|
|
font-family: 'BELLABOO-Regular';
|
|
src: url('https://kettek.net/fonts/BELLABOO-Regular.eot') format('embedded-opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'BELLABOO-Regular';
|
|
src: url('https://kettek.net/fonts/BELLABOO-Regular.woff') format('woff'), url('http://kettek.net/fonts/BELLABOO-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|