changed same font-family for quote and text
This commit is contained in:
@@ -17,8 +17,8 @@ body {
|
|||||||
h5 {
|
h5 {
|
||||||
margin: 30px 0 30px 0;
|
margin: 30px 0 30px 0;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-family: Montserrat, sans-serif;
|
font-family: Roboto Condensed, sans-serif;
|
||||||
letter-spacing: 10px;
|
letter-spacing: 8px;
|
||||||
color: #111;
|
color: #111;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
@@ -102,7 +102,7 @@ h5 {
|
|||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
}
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
font-family: Montserrat, sans-serif;
|
font-family: Roboto Condensed, sans-serif;
|
||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
background-color: #ededed;
|
background-color: #ededed;
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
@@ -143,8 +143,9 @@ h5 {
|
|||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
}
|
}
|
||||||
.menu-item {
|
.menu-item {
|
||||||
font-size: 16px !important;
|
font-size: 20px !important;
|
||||||
font-family: Montserrat, sans-serif;
|
font-family: Roboto Condensed, sans-serif;
|
||||||
|
letter-spacing: 6px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -265,12 +266,12 @@ div.dailydharma h2{
|
|||||||
-moz-osx-font-smoothing:grayscale;
|
-moz-osx-font-smoothing:grayscale;
|
||||||
-webkit-font-smoothing:antialiased;
|
-webkit-font-smoothing:antialiased;
|
||||||
text-rendering:optimizeLegibility;
|
text-rendering:optimizeLegibility;
|
||||||
font:1.5em/1 gill-sans-condensed,"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
|
font:1.5em/1 gill-sans-condensed,Roboto Condensed,sans-serif;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
}
|
}
|
||||||
div.dailydharma{
|
div.dailydharma{
|
||||||
margin-top:4em;
|
margin-top:4em;
|
||||||
margin-bottom:.65em;
|
margin-bottom:3em;
|
||||||
padding-right:1.3em;
|
padding-right:1.3em;
|
||||||
padding-left:1.3em;
|
padding-left:1.3em;
|
||||||
border:2px solid #ef582c;
|
border:2px solid #ef582c;
|
||||||
@@ -300,7 +301,7 @@ div.dailydharma h2{
|
|||||||
.daily-quote{
|
.daily-quote{
|
||||||
line-height:1.33;
|
line-height:1.33;
|
||||||
color:#666566;
|
color:#666566;
|
||||||
font-family:lyon-display,Georgia,Cambria,"Times New Roman",Times,serif;
|
font-family:"Source Serif Pro", serif;
|
||||||
font-size:32px;
|
font-size:32px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
-webkit-transition:.15s;
|
-webkit-transition:.15s;
|
||||||
@@ -310,7 +311,7 @@ div.dailydharma h2{
|
|||||||
.daily-quote-author{
|
.daily-quote-author{
|
||||||
color:#999;
|
color:#999;
|
||||||
font-style:normal;
|
font-style:normal;
|
||||||
font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
|
font-family:Roboto Condensed,sans-serif;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding:1em;
|
padding:1em;
|
||||||
}
|
}
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Source Serif Pro" rel="stylesheet" type="text/css">
|
<link href="https://fonts.googleapis.com/css?family=Source Serif Pro" rel="stylesheet" type="text/css">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
|
<link href="https://fonts.googleapis.com/css?family=Roboto Condensed" rel="stylesheet" type="text/css">
|
||||||
<!-- Custom styles for this scaffold -->
|
<!-- Custom styles for this scaffold -->
|
||||||
<link href="{{request.static_url('cao_sunyata:static/theme.css')}}" rel="stylesheet">
|
<link href="{{request.static_url('cao_sunyata:static/theme.css')}}" rel="stylesheet">
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user