58 lines
1.5 KiB
CSS
58 lines
1.5 KiB
CSS
/* rubik-regular */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local("Rubik Regular"), local("Rubik-Regular"), url(rubik-regular.woff2) format("woff2");
|
|
}
|
|
/* rubik-medium-italic */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
src: local("Rubik Medium Italic"), local("Rubik-MediumItalic"), url(rubik-medium-italic.woff2) format("woff2");
|
|
}
|
|
/* rubik-medium */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: local("Rubik Medium"), local("Rubik-Medium"), url(rubik-medium.woff2) format("woff2");
|
|
}
|
|
/* rubik-light-italic */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
src: local("Rubik Light Italic"), local("Rubik-LightItalic"), url(rubik-light-italic.woff2) format("woff2");
|
|
}
|
|
/* rubik-light */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local("Rubik Light"), local("Rubik-Light"), url(rubik-light.woff2) format("woff2");
|
|
}
|
|
/* rubik-italic */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local("Rubik Italic"), local("Rubik-Italic"), url(rubik-italic.woff2) format("woff2");
|
|
}
|
|
/* rubik-bold-italic */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: local("Rubik Bold Italic"), local("Rubik-BoldItalic"), url(rubik-bold-italic.woff2) format("woff2");
|
|
}
|
|
/* rubik-bold */
|
|
@font-face {
|
|
font-family: Rubik;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local("Rubik Bold"), local("Rubik-Bold"), url(rubik-bold.woff2) format("woff2");
|
|
}
|
|
|