website: bold title
This commit is contained in:
parent
bafd1cb196
commit
913b558ebf
2 changed files with 20 additions and 11 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
src:
|
src:
|
||||||
url('/static/font/CynthoNextBold.otf') format('opentype');
|
url('/static/font/CynthoNextBold.otf') format('opentype');
|
||||||
|
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -16,6 +16,15 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'CynthoExtraBold';
|
||||||
|
src:
|
||||||
|
url('/static/font/CynthoNextExtraBold.otf') format('opentype');
|
||||||
|
|
||||||
|
font-weight: 900;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/* This sets the font color for all text */
|
/* This sets the font color for all text */
|
||||||
body {
|
body {
|
||||||
background-color:rgba(250, 184, 0);
|
background-color:rgba(250, 184, 0);
|
||||||
|
|
|
||||||
|
|
@ -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