changed font Lato -> Source sans Pro
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* https://www.w3schools.com/bootstrap/bootstrap_theme_band.asp */
|
||||
|
||||
body {
|
||||
font: 400 15px/1.8 Lato, sans-serif;
|
||||
font: 400 18px/1.8 "Source Serif Pro", serif;
|
||||
color: #666;
|
||||
}
|
||||
.monospace-font {
|
||||
@@ -17,11 +17,12 @@ body {
|
||||
h5 {
|
||||
margin: 30px 0 30px 0;
|
||||
font-size: 24px;
|
||||
font-family: Montserrat, sans-serif;
|
||||
letter-spacing: 10px;
|
||||
color: #111;
|
||||
}
|
||||
.container {
|
||||
padding-top: 6em;
|
||||
padding-top: 5em;
|
||||
}
|
||||
.person {
|
||||
border: 10px solid transparent;
|
||||
@@ -144,7 +145,8 @@ h5 {
|
||||
}
|
||||
.menu-item {
|
||||
font-size: 16px !important;
|
||||
margin-left: 12px;
|
||||
font-family: Montserrat, sans-serif;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<!-- Container (Méditation SUNYATA Section) -->
|
||||
<div id="about" class="text-center">
|
||||
<h5>LA MEDITATION SUNYATA</h5>
|
||||
<p>Le centre de Méditation SUNYATA Paris est une branche du <a href="http://www.sunyatameditation.org/">SUNYATA Méditation Center</a> dont le siège est à Perris, CA, Etats-Unis.<br />
|
||||
<p>Le centre de Méditation SUNYATA Paris est une branche du <a href="http://www.sunyatameditation.org/">SUNYATA Méditation Center</a> dont le siège est à Perris, CA, Etats-Unis.
|
||||
Notre but est de promouvoir la pratique de la méditation et du QiGong SUNYATA à Paris.
|
||||
</p>
|
||||
<br>
|
||||
|
||||
@@ -2,16 +2,18 @@
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Association de méditation Sunyata Paris, Bouddhisme Zen">
|
||||
<meta name="keywords" content="méditation paris sunyata formation pratique zen">
|
||||
<meta name="author" content="Cao Thien Phuoc">
|
||||
<link rel="shortcut icon" href="{{request.static_url('cao_blogr:static/zazen.png')}}">
|
||||
|
||||
<title>{{page_title}}</title>
|
||||
|
||||
<!-- 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=Lato" 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">
|
||||
<!-- Custom styles for this scaffold -->
|
||||
<link href="{{request.static_url('cao_blogr:static/theme.css')}}" rel="stylesheet">
|
||||
|
||||
@@ -383,7 +383,7 @@ def images(request):
|
||||
return HTTPFound(location=request.route_url('images'))
|
||||
|
||||
return {
|
||||
'page_title': "Images",
|
||||
'page_title': "Images dans /static/img",
|
||||
'message': message,
|
||||
'images_list': images_list,
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ pyramid.default_locale_name = en
|
||||
|
||||
sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
|
||||
# images location
|
||||
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
|
||||
images_dir = /pyramid/cao_sunyata/cao_blogr/static/img/
|
||||
|
||||
# reCaptcha keys
|
||||
site_key = 6LeDvVUgAAAAAOqD_-h93kd5aW8CmpeVvKYu-m0p
|
||||
|
||||
Reference in New Issue
Block a user