You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
403 B
18 lines
403 B
@font-face {
|
|
font-family: 'Inconsolata';
|
|
src: url('Inconsolata-Regular.ttf') format('ttf');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inconsolata';
|
|
src: url('Inconsolata-Light.ttf') format('ttf');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inconsolata';
|
|
src: url('Inconsolata-Bold.ttf') format('ttf');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|