8 lines
152 B
CSS
8 lines
152 B
CSS
@font-face {
|
|
font-family: 'League Gothic';
|
|
src: url('./league-gothic.woff') format('woff');
|
|
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|