Skip to content

Commit

Permalink
deploy: 04451ca
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 27, 2023
1 parent 5be0ace commit e450783
Show file tree
Hide file tree
Showing 43 changed files with 11,230 additions and 11,230 deletions.
2,894 changes: 1,447 additions & 1,447 deletions fontbakery/fontbakery-report.html

Large diffs are not rendered by default.

4,618 changes: 2,309 additions & 2,309 deletions fontbakery/fontbakery-report.md

Large diffs are not rendered by default.

415 changes: 0 additions & 415 deletions proof/Black Italic-ExtraBold Italic/diffbrowsers_text.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -146,33 +146,33 @@


@font-face{
src: url(Rubik-Bold.ttf);
src: url(Rubik-BoldItalic.ttf);
font-family: "Rubik";
font-weight: 700;

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

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

font-style: italic;
}

@font-face{
src: url(Rubik-BoldItalic.ttf);
src: url(Rubik-Light.ttf);
font-family: "Rubik";
font-weight: 700;
font-weight: 300;

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

@font-face{
src: url(Rubik-LightItalic.ttf);
src: url(Rubik-BlackItalic.ttf);
font-family: "Rubik";
font-weight: 300;
font-weight: 900;

font-style: italic;
}
Expand All @@ -183,14 +183,6 @@



.Light-Italic{
font-family: "Rubik", "Adobe NotDef";
font-weight: 300;

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

.Bold-Italic{
font-family: "Rubik", "Adobe NotDef";
font-weight: 700;
Expand All @@ -199,20 +191,28 @@
font-variation-settings: "wght" 700;
}

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

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

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

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

.Black-Italic{
font-family: "Rubik", "Adobe NotDef";
font-weight: 900;

font-style: italic;
font-variation-settings: "wght" 900;
}


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


<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">Bold-Italic 20pt</div>
<span class="box-text Bold-Italic" style="font-size: 20pt">

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

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

<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-Italic 20pt</div>
<span class="box-text Light-Italic" style="font-size: 20pt">

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

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

<div class="box">
<div class="box-title">SemiBold-Italic 20pt</div>
<span class="box-text SemiBold-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 @@ -4433,8 +4433,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">Black-Italic 20pt</div>
<span class="box-text Black-Italic" style="font-size: 20pt">

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

Expand Down
Loading

0 comments on commit e450783

Please sign in to comment.