27 lines
371 B
CSS
Vendored
27 lines
371 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";
|
|
}
|
|
|
|
.MvTyper {
|
|
font-family: "mvtyper";
|
|
}
|
|
|
|
.MvWaheed {
|
|
font-family: "MvWaheed";
|
|
}
|