changed same font-family for quote and text
This commit is contained in:
@@ -17,8 +17,8 @@ body {
|
||||
h5 {
|
||||
margin: 30px 0 30px 0;
|
||||
font-size: 24px;
|
||||
font-family: Montserrat, sans-serif;
|
||||
letter-spacing: 10px;
|
||||
font-family: Roboto Condensed, sans-serif;
|
||||
letter-spacing: 8px;
|
||||
color: #111;
|
||||
}
|
||||
.container {
|
||||
@@ -102,7 +102,7 @@ h5 {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
.navbar {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-family: Roboto Condensed, sans-serif;
|
||||
color: #000000 !important;
|
||||
background-color: #ededed;
|
||||
border-bottom: 1px solid black;
|
||||
@@ -143,8 +143,9 @@ h5 {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.menu-item {
|
||||
font-size: 16px !important;
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 20px !important;
|
||||
font-family: Roboto Condensed, sans-serif;
|
||||
letter-spacing: 6px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
@@ -265,12 +266,12 @@ div.dailydharma h2{
|
||||
-moz-osx-font-smoothing:grayscale;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
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;
|
||||
}
|
||||
div.dailydharma{
|
||||
margin-top:4em;
|
||||
margin-bottom:.65em;
|
||||
margin-bottom:3em;
|
||||
padding-right:1.3em;
|
||||
padding-left:1.3em;
|
||||
border:2px solid #ef582c;
|
||||
@@ -300,7 +301,7 @@ div.dailydharma h2{
|
||||
.daily-quote{
|
||||
line-height:1.33;
|
||||
color:#666566;
|
||||
font-family:lyon-display,Georgia,Cambria,"Times New Roman",Times,serif;
|
||||
font-family:"Source Serif Pro", serif;
|
||||
font-size:32px;
|
||||
text-align:center;
|
||||
-webkit-transition:.15s;
|
||||
@@ -310,7 +311,7 @@ div.dailydharma h2{
|
||||
.daily-quote-author{
|
||||
color:#999;
|
||||
font-style:normal;
|
||||
font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
|
||||
font-family:Roboto Condensed,sans-serif;
|
||||
text-align:center;
|
||||
padding:1em;
|
||||
}
|
||||
@@ -14,7 +14,7 @@
|
||||
<!-- Bootstrap core 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=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 -->
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user