14 lines
319 B
Stylus
14 lines
319 B
Stylus
@font-face {
|
|
font-family: 'Batman';
|
|
src: url('/lib/fonts/batman_forever/batmfa__.ttf') format('truetype');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Batman Outline';
|
|
src: url('/lib/fonts/batman_forever/batmfo__.ttf') format('truetype');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|