LemonMilk css added
This commit is contained in:
parent
d25b7915af
commit
64b2ef8c5b
|
@ -0,0 +1,56 @@
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-Regular.otf);
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-RegularItalic.otf);
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-Light.otf);
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-LightItalic.otf);
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-Medium.otf);
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-MediumItalic.otf);
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-Bold.otf);
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:LemonMilk;
|
||||||
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LemonMilk/LEMONMILK-BoldItalic.otf);
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue