Skip to content

Commit

Permalink
deploy: eafa1c7
Browse files Browse the repository at this point in the history
  • Loading branch information
d-sargent committed Apr 3, 2024
1 parent 3246742 commit 80e5209
Show file tree
Hide file tree
Showing 25 changed files with 1,469 additions and 6,638 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -146,33 +146,33 @@


@font-face{
src: url(Platypi-MediumItalic.ttf);
src: url(Platypi-Medium.ttf);
font-family: "Platypi";
font-weight: 500;

font-style: italic;
font-style: normal;
}

@font-face{
src: url(Platypi-BoldItalic.ttf);
src: url(Platypi-SemiBold.ttf);
font-family: "Platypi";
font-weight: 700;
font-weight: 600;

font-style: italic;
font-style: normal;
}

@font-face{
src: url(Platypi-Bold.ttf);
src: url(Platypi-MediumItalic.ttf);
font-family: "Platypi";
font-weight: 700;
font-weight: 500;

font-style: normal;
font-style: italic;
}

@font-face{
src: url(Platypi-Regular.ttf);
src: url(Platypi-Light.ttf);
font-family: "Platypi";
font-weight: 400;
font-weight: 300;

font-style: normal;
}
Expand All @@ -186,11 +186,11 @@
}

@font-face{
src: url(Platypi-Light.ttf);
src: url(Platypi-SemiBoldItalic.ttf);
font-family: "Platypi";
font-weight: 300;
font-weight: 600;

font-style: normal;
font-style: italic;
}


Expand All @@ -199,52 +199,52 @@



.Bold-Italic{
.Light{
font-family: "Platypi", "Adobe NotDef";
font-weight: 700;
font-weight: 300;

font-style: italic;
font-variation-settings: "wght" 700;
font-style: normal;
font-variation-settings: "wght" 300;
}

.Light-Italic{
.Medium{
font-family: "Platypi", "Adobe NotDef";
font-weight: 300;
font-weight: 500;

font-style: italic;
font-variation-settings: "wght" 300;
font-style: normal;
font-variation-settings: "wght" 500;
}

.Medium-Italic{
.Light-Italic{
font-family: "Platypi", "Adobe NotDef";
font-weight: 500;
font-weight: 300;

font-style: italic;
font-variation-settings: "wght" 500;
font-variation-settings: "wght" 300;
}

.Bold{
.SemiBold{
font-family: "Platypi", "Adobe NotDef";
font-weight: 700;
font-weight: 600;

font-style: normal;
font-variation-settings: "wght" 700;
font-variation-settings: "wght" 600;
}

.Regular{
.Medium-Italic{
font-family: "Platypi", "Adobe NotDef";
font-weight: 400;
font-weight: 500;

font-style: normal;
font-variation-settings: "wght" 400;
font-style: italic;
font-variation-settings: "wght" 500;
}

.Light{
.SemiBold-Italic{
font-family: "Platypi", "Adobe NotDef";
font-weight: 300;
font-weight: 600;

font-style: normal;
font-variation-settings: "wght" 300;
font-style: italic;
font-variation-settings: "wght" 600;
}


Expand Down Expand Up @@ -286,8 +286,8 @@ <h2>


<div class="box">
<div class="box-title">Bold-Italic 20pt</div>
<span class="box-text Bold-Italic" style="font-size: 20pt">
<div class="box-title">Light 20pt</div>
<span class="box-text Light" style="font-size: 20pt">

<div class="cell"> </div>

Expand Down Expand Up @@ -1535,8 +1535,8 @@ <h2>
</div>

<div class="box">
<div class="box-title">Light-Italic 20pt</div>
<span class="box-text Light-Italic" style="font-size: 20pt">
<div class="box-title">Medium 20pt</div>
<span class="box-text Medium" style="font-size: 20pt">

<div class="cell"> </div>

Expand Down Expand Up @@ -2784,8 +2784,8 @@ <h2>
</div>

<div class="box">
<div class="box-title">Medium-Italic 20pt</div>
<span class="box-text Medium-Italic" style="font-size: 20pt">
<div class="box-title">Light-Italic 20pt</div>
<span class="box-text Light-Italic" style="font-size: 20pt">

<div class="cell"> </div>

Expand Down Expand Up @@ -4033,8 +4033,8 @@ <h2>
</div>

<div class="box">
<div class="box-title">Bold 20pt</div>
<span class="box-text Bold" style="font-size: 20pt">
<div class="box-title">SemiBold 20pt</div>
<span class="box-text SemiBold" style="font-size: 20pt">

<div class="cell"> </div>

Expand Down Expand Up @@ -5282,8 +5282,8 @@ <h2>
</div>

<div class="box">
<div class="box-title">Regular 20pt</div>
<span class="box-text Regular" style="font-size: 20pt">
<div class="box-title">Medium-Italic 20pt</div>
<span class="box-text Medium-Italic" style="font-size: 20pt">

<div class="cell"> </div>

Expand Down Expand Up @@ -6531,8 +6531,8 @@ <h2>
</div>

<div class="box">
<div class="box-title">Light 20pt</div>
<span class="box-text Light" style="font-size: 20pt">
<div class="box-title">SemiBold-Italic 20pt</div>
<span class="box-text SemiBold-Italic" style="font-size: 20pt">

<div class="cell"> </div>

Expand Down
Loading

0 comments on commit 80e5209

Please sign in to comment.