7 lines
130 B
CSS
7 lines
130 B
CSS
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(roboto-font.ttf) format('truetype');
|
|
}
|