40 lines
554 B
CSS
Vendored
40 lines
554 B
CSS
Vendored
@font-face {
|
|
font-family: "mvtyper";
|
|
src: url("/fonts/mvtyper.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Mvaamu";
|
|
src: url("/fonts/mv-aammu-fk.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "MvWaheed";
|
|
src: url("/fonts/mv_waheed.otf");
|
|
}
|
|
|
|
.MvAamu {
|
|
|
|
font-family: "Mvaamu",sans-serif;
|
|
}
|
|
|
|
.MvTyper {
|
|
font-family: "mvtyper";
|
|
}
|
|
|
|
.MvWaheed {
|
|
font-family: "MvWaheed";
|
|
}
|
|
|
|
.bg-main-link {
|
|
background-color: #1D1D1B;
|
|
}
|
|
|
|
.bg-main-link:hover {
|
|
background-color: #4A5568;
|
|
}
|
|
|
|
.topics {
|
|
background-color: #1D1D1B;
|
|
color: white;
|
|
} |