6 lines
180 B
CSS
6 lines
180 B
CSS
@font-face {
|
|
font-family: 'Titan One';
|
|
src: url('titan-one.woff2') format('woff2'), url('titan-one.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |