This commit is contained in:
Ivan Smolin 2017-10-16 23:18:09 +03:00
parent f88b449260
commit b2a1fec406
1 changed files with 3 additions and 3 deletions

View File

@ -1,19 +1,19 @@
@font-face {
font-family: Roboto;
font-weight: 400;
src: url(../fonts/Roboto-Regular.otf);
src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto;
font-weight: 500;
src: url(../fonts/Roboto-Medium.otf);
src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
font-family: Roboto;
font-weight: 600;
src: url(../fonts/Roboto-Semibold.otf);
src: url(../fonts/Roboto-Semibold.ttf);
}