11 lines
183 B
CSS
11 lines
183 B
CSS
|
/* Fishfingers
|
||
|
*/
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Ff';
|
||
|
src: local('FISHfingers'), url('Fishfingers.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|