Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change body font #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/partial/_variable.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html,body{

:root {
--primary-color: #15616D;
--font:'Covered By Your Grace', cursive;
--font:'Roboto', cursive;
--gradient-color: linear-gradient(to right top, #51203c, #6c3155, #884371, #a5568e, #c16aad, #ac6eb6, #9672bc, #7d76be, #3b6394, #154a63, #142e35, #111212);
--box-shadow: 0px 10px 30px rgba(199, 58, 112, 0.753);

Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto=swap');

@import url(./partial/_variable.css);

Expand Down
4 changes: 2 additions & 2 deletions dashboard/includes/adminnav.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<style>

.nav {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
font-size: 32px;
background-color: #111110;
}

.navbar-brand{
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
font-size: 32px;
background-color: #111110;

Expand Down
14 changes: 7 additions & 7 deletions dashboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');

.page-header {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
text-shadow: 0 2px white, 0 3px #777;
font-size: 30px;

Expand All @@ -33,15 +33,15 @@
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

td {
background: #FF6F91;
color: #111110;
font-size: 19px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

Expand Down Expand Up @@ -150,10 +150,10 @@

<style>

@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.page-header {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
text-shadow: 0 2px white, 0 3px #777;
font-size: 30px;

Expand All @@ -166,15 +166,15 @@
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

td {
background: #FF6F91;
color: #111110;
font-size: 19px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

Expand Down
8 changes: 4 additions & 4 deletions dashboard/notes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
?>

<style>
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.page-header {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
text-shadow: 0 2px white, 0 3px #777;
font-size: 30px;

Expand All @@ -25,15 +25,15 @@
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

td {
background: #FF6F91;
color: #111110;
font-size: 19px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

Expand Down
10 changes: 5 additions & 5 deletions dashboard/uploadnote.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<style>

@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.page-header {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
text-shadow: 0 2px white, 0 3px #777;
font-size: 30px;

Expand All @@ -25,15 +25,15 @@
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

td {
background: #FF6F91;
color: #111110;
font-size: 19 px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

Expand All @@ -45,7 +45,7 @@

color: #111110;
font-size: 18px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

Expand Down
10 changes: 5 additions & 5 deletions dashboard/userprofile.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@


<style>
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.page-header {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
text-shadow: 0 2px white, 0 3px #777;

}
Expand All @@ -148,15 +148,15 @@
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

td {
background: #FF6F91;
color: #111110;
font-size: 11px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

Expand All @@ -165,7 +165,7 @@

color: #111110;
font-size: 19px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;

}
Expand Down
8 changes: 4 additions & 4 deletions dashboard/users.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<style>


@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.page-header {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
text-shadow: 0 2px white, 0 3px #777;
font-size: 30px;
}
Expand All @@ -32,15 +32,15 @@
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

td {
background: #FF6F91;
color: #111110;
font-size: 19px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;
}

Expand Down
6 changes: 3 additions & 3 deletions dashboard/viewprofile.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<style>

@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.page-header {
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
text-shadow: 0 2px white, 0 3px #777;

}
Expand All @@ -19,7 +19,7 @@
h4 , p {
color: #F26998;
font-size: 20px;
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
letter-spacing: 2px;

}
Expand Down
2 changes: 1 addition & 1 deletion includes/footer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="foo">
<div class="row">
<div class="col-lg-12">
<p style="text-align:center; font-family: 'Monotype Corsiva'; font-size:17px;"><i class="material-icons" style="color: brown;">COPYRIGHT</i> 2019 <b >A-R-M</b></p>
<p style="text-align:center; font-family: 'Roboto'; font-size:17px;"><i class="material-icons" style="color: brown;">COPYRIGHT</i> 2019 <b >A-R-M</b></p>
</div>
</div>
</footer>
4 changes: 2 additions & 2 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<link rel="stylesheet" href="css/style.css">
</head>
<style>
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


.bg-custom {
Expand All @@ -71,7 +71,7 @@
}

.container , .login{
font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
color:black;
font-size: 20px;
}
Expand Down
4 changes: 2 additions & 2 deletions signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<body>

<style>
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*, *:before, *:after {
-moz-box-sizing: border-box;
Expand All @@ -98,7 +98,7 @@

body {

font-family:'Covered By Your Grace', cursive;
font-family:'Roboto', cursive;
color: #384047;
font-size:20px;

Expand Down