7 lines
172 B
CSS
7 lines
172 B
CSS
|
@font-face {
|
||
|
font-family: Rubik;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: url(../webfonts/Rubik-Regular.ttf) format("truetype");
|
||
|
}
|