20 lines
409 B
CSS
20 lines
409 B
CSS
@font-face{
|
|
font-family: inter;
|
|
src: url("../fonts/inter/Inter-Regular.woff");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face{
|
|
font-family: inter;
|
|
src: url("../fonts/inter/Inter-Medium.woff");
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
}
|
|
|
|
@font-face{
|
|
font-family: inter;
|
|
src: url("../fonts/inter/Inter-Bold.woff");
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
} |