75 lines
1.7 KiB
CSS
75 lines
1.7 KiB
CSS
@font-face {
|
|
font-family: 'IRAN SANS';
|
|
src: url('../font/IRAN SANS.TTF') format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "MTNIrancell-Regular";
|
|
src: url("../font/MTNIrancell-Regular.eot?#iefix");
|
|
src: url("../font/MTNIrancell-Regular.eot?#iefix") format("eot"), url("../font/MTNIrancell-Regular.woff") format("woff"), url("../font/MTNIrancell-Regular.woff2") format("woff2"), url("../font/MTNIrancell-Regular.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "MTNIrancell-Bold";
|
|
src: url("../font/MTNIrancell-Bold.eot?#iefix");
|
|
src: url("../font/MTNIrancell-Bold.eot?#iefix") format("eot"), url("../font/MTNIrancell-Bold.woff") format("woff"), url("./assets/fonts/MTNIrancell-Bold.woff2") format("woff2"), url("./assets/fonts/MTNIrancell-Bold.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
html body {
|
|
position: relative;
|
|
min-height: 100%;
|
|
font-family: "MTNIrancell-Regular";
|
|
font-size: 16px;
|
|
color: #505050;
|
|
margin: 0;
|
|
}
|
|
html:focus,
|
|
body:focus,
|
|
*:focus {
|
|
outline: unset;
|
|
}
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
}
|
|
html body button {
|
|
cursor: pointer;
|
|
}
|
|
html body a {
|
|
color: #505050;
|
|
}
|
|
html body a:hover {
|
|
text-decoration: none;
|
|
color: #505050;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 7.5px;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
box-shadow: inset 0 0 5px grey;
|
|
border-radius: 15px;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background: #a0a0a0;
|
|
border-radius: 15px;
|
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #a0a0a0;
|
|
}
|
|
.english {
|
|
font-family: 'Lato-Regular' !important;
|
|
font-size: 14px !important;
|
|
vertical-align: -2px;
|
|
}
|
|
.persian {
|
|
font-family: "MTNIrancell-Regular" !important;
|
|
font-size: 20px !important;
|
|
}
|