Font change

This commit is contained in:
2020-08-12 02:11:29 +05:00
parent 44199d5637
commit af1e8bf182
3 changed files with 11 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
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";
}
@@ -23,6 +28,10 @@
.MvTyper {
font-family: "mvtyper";
}
.MvWaheed {
font-family: "MvWaheed";
}
</style>