EvaluationEfficiencyOptimiz.../front/public/fonts/rubik/styles.css

21 lines
376 B
CSS
Raw Normal View History

2024-09-24 20:57:08 +04:00
@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');
}