Dhivehi fonts added

This commit is contained in:
2020-08-09 02:45:49 +05:00
parent e739aded7b
commit 55b98e1b86
6 changed files with 49 additions and 78 deletions

BIN
public/fonts/faseyha.otf Normal file

Binary file not shown.

Binary file not shown.

BIN
public/fonts/mvtypebold.ttf Normal file

Binary file not shown.

BIN
public/fonts/mvtyper.ttf Normal file

Binary file not shown.

View File

@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Baraveli News</title>
<link rel="stylesheet" href="/css/app.css">
<style>
@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: "Mvtyperbold";
src: url("/fonts/mvtypebold.ttf");
}
</style>
</head>
<body>
<div id="app">
<div class="container mx-auto">
@include('partials.header')
<main class="mt-12">
@yield('content')
</main>
@include('partials.footer')
</div>
</div>
<script src="/js/app.js"></script>
</body>
</html>

View File

@@ -1,78 +0,0 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.content {
text-align: center;
}
.title {
font-size: 84px;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="content">
<div class="title m-b-md">
Baraveli News
</div>
</div>
</div>
</body>
</html>