48 lines
843 B
CSS
48 lines
843 B
CSS
@font-face {
|
|
font-family: LemonMilk;
|
|
src: url("../fonts/LemonMilk/LEMONMILK-Bold.otf");
|
|
font-weight: 600;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: LemonMilk;
|
|
src: url("../fonts/LemonMilk/LEMONMILK-Light.otf");
|
|
font-weight: 200;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Inter;
|
|
src: url("../fonts/inter/Inter-Light.woff");
|
|
font-weight: 200;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Inter;
|
|
src: url("../fonts/inter/Inter-Regular.woff");
|
|
font-weight: 400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Inter;
|
|
src: url("../fonts/inter/Inter-LightItalic.woff");
|
|
font-style: italic;
|
|
font-weight: 200;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Inter;
|
|
src: url("../fonts/inter/Inter-Italic.woff");
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Inter;
|
|
src: url("../fonts/inter/Inter-SemiBold.woff");
|
|
font-weight: 600;
|
|
}
|
|
|
|
html {
|
|
font-family: Inter;
|
|
}
|