24 lines
443 B
CSS
24 lines
443 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;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
} |