15 lines
289 B
CSS
15 lines
289 B
CSS
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Inconsolata';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
src: url('inconsolata/Regular.ttf') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Inconsolata';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 700;
|
||
|
|
src: url('inconsolata/Bold.ttf') format('truetype');
|
||
|
|
}
|