Skip to content

Commit

Permalink
Merge pull request #6 from Koala3353/ffhgffggfgfgff
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
Koala3353 authored Feb 7, 2024
2 parents 5a89c17 + ee39ca6 commit f153652
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions assets/css/mainPAGE.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@font-face {
font-family: 'mainPAGE';
src: url(../../assets/fonts/mainPAGE.woff2) format('woff2'),
url(../../assets/fonts/mainPAGE.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
Binary file modified assets/fonts/Prosa GT Demo-46672a81fc09ff3a675b9c8b85cb7235.woff
Binary file not shown.
Binary file not shown.
Binary file added assets/fonts/mainPAGE.woff
Binary file not shown.
Binary file added assets/fonts/mainPAGE.woff2
Binary file not shown.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<link rel="stylesheet" href="assets/css/Coolvetica%20Rg.css" />
<link rel="stylesheet" href="assets/css/IM%20FELL%20DW%20Pica.css" />
<link rel="stylesheet" href="assets/css/Prosa%20GT%20Demo.css" />
<link rel="stylesheet" href="assets/css/mainPAGE.css" />
<link rel="stylesheet" href="assets/css/bs-theme-overrides.css" />
<link
rel="stylesheet"
Expand Down Expand Up @@ -224,7 +225,7 @@
<h2
style="
margin-top: 27px;
font-family: 'Coolvetica Rg';
font-family: 'mainPAGE';
font-size: 40px;
padding-top: 0px;
padding-bottom: 0px;
Expand All @@ -236,7 +237,7 @@
</h2>
<p
style="
font-family: 'Coolvetica Rg';
font-family: 'mainPAGE';
font-size: 105px;
padding-top: 0px;
color: #365486;
Expand Down
1 change: 0 additions & 1 deletion product-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
class="text-bg-secondary page product-page"
style="background-color: #dee2e6"
>

<section
class="text-bg-secondary clean-block clean-product dark"
style="background-color: #dee2e6; font-family: 'Prosa GT Demo'"
Expand Down

0 comments on commit f153652

Please sign in to comment.