website: bold title
This commit is contained in:
parent
bafd1cb196
commit
913b558ebf
2 changed files with 20 additions and 11 deletions
|
|
@ -1,18 +1,27 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CynthoBold';
|
font-family: 'CynthoBold';
|
||||||
src:
|
src:
|
||||||
url('/static/font/CynthoNextBold.otf') format('opentype');
|
url('/static/font/CynthoNextBold.otf') format('opentype');
|
||||||
|
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'CynthoRegular';
|
||||||
|
src:
|
||||||
|
url('/static/font/CynthoNextRegular.otf') format('opentype');
|
||||||
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CynthoRegular';
|
font-family: 'CynthoExtraBold';
|
||||||
src:
|
src:
|
||||||
url('/static/font/CynthoNextRegular.otf') format('opentype');
|
url('/static/font/CynthoNextExtraBold.otf') format('opentype');
|
||||||
|
|
||||||
font-weight: normal;
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -63,13 +72,13 @@ textarea {
|
||||||
.btn-group {
|
.btn-group {
|
||||||
display: flex; /* places buttons side-by-side */
|
display: flex; /* places buttons side-by-side */
|
||||||
justify-content: center; /* centers them horizontally */ /* aligns vertically */
|
justify-content: center; /* centers them horizontally */ /* aligns vertically */
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 650px;
|
width: 650px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<!-- Link your custom CSS -->
|
<!-- Link your custom CSS -->
|
||||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||||
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<body>
|
<body>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<h1 style="color:#ffffff; font-size: 60px; margin-top: 20px; margin-bottom: 10px;
|
<h1 style="color:#ffffff; font-size: 60px; margin-top: 20px; margin-bottom: 10px; font-family: CynthoBold; font-weight: bold;
|
||||||
letter-spacing: 1.5px;" >
|
letter-spacing: 1.5px;" >
|
||||||
GREGGordinates
|
GREGGordinates
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue