Skip to content

Commit

Permalink
Make font family naming consistent with existing fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Nov 16, 2023
1 parent 60bee6d commit b3e0e2f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions mu-plugins/global-fonts/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@

/* cyrillic-ext */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1082,7 +1082,7 @@

/* cyrillic */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1092,7 +1092,7 @@

/* greek-ext */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1102,7 +1102,7 @@

/* greek */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1112,7 +1112,7 @@

/* vietnamese */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1122,7 +1122,7 @@

/* latin-ext */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1132,7 +1132,7 @@

/* latin */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1142,7 +1142,7 @@

/* arrows */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
Expand All @@ -1156,7 +1156,7 @@

/* cyrillic-ext */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand All @@ -1166,7 +1166,7 @@

/* cyrillic */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand All @@ -1176,7 +1176,7 @@

/* greek-ext */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand All @@ -1186,7 +1186,7 @@

/* greek */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand All @@ -1196,7 +1196,7 @@

/* vietnamese */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand All @@ -1206,7 +1206,7 @@

/* latin-ext */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand All @@ -1216,7 +1216,7 @@

/* latin */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand All @@ -1226,7 +1226,7 @@

/* arrows */
@font-face {
font-family: IBMPlexSans;
font-family: "IBM Plex Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
Expand Down

0 comments on commit b3e0e2f

Please sign in to comment.