fix font
This commit is contained in:
parent
f88b449260
commit
b2a1fec406
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue