21 lines
376 B
CSS
21 lines
376 B
CSS
|
@font-face {
|
||
|
font-family: Rubik;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('./regular.woff2') format('woff2');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Rubik;
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
src: url('./medium.woff2') format('woff2');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Rubik;
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: url('./bold.woff2') format('woff2');
|
||
|
}
|