Topic View
This commit is contained in:
26
public/css/styles.css
vendored
Normal file
26
public/css/styles.css
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
@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";
|
||||
}
|
||||
2
public/js/app.js
vendored
2
public/js/app.js
vendored
@@ -20071,7 +20071,7 @@ var render = function() {
|
||||
"a",
|
||||
{
|
||||
staticClass: "block w-full lg:flex mb-10 shadow rounded-lg",
|
||||
attrs: { href: "" }
|
||||
attrs: { href: "/article/" + story.id }
|
||||
},
|
||||
[
|
||||
_c(
|
||||
|
||||
Reference in New Issue
Block a user