copy base dmenu to dkala
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
/* Irancell Font Section */
|
||||
@font-face {
|
||||
font-family: 'Irancell';
|
||||
src: url(/assets/fonts/Irancell_ExtraLight.ttf);
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Irancell';
|
||||
src: url(/assets/fonts/Irancell_Light.ttf);
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Irancell';
|
||||
src: url(/assets/fonts/Irancell_Regular.ttf);
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Irancell';
|
||||
src: url(/assets/fonts/Irancell_Medium.ttf);
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Irancell';
|
||||
src: url(/assets/fonts/Irancell_Bold.ttf);
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Irancell';
|
||||
src: url(/assets/fonts/Irancell_ExtraBold.ttf);
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
/* ------------------ */
|
||||
Reference in New Issue
Block a user