Commit aa8c798e authored by Nick Kocharhook's avatar Nick Kocharhook
Browse files

Fix newline error and switch to silent comments for font family hints.

parent f0b00f6c
Loading
Loading
Loading
Loading
+14 −20
Original line number Diff line number Diff line
@@ -5,11 +5,10 @@
  font-weight: 400;
  font-display: swap;
  src:
    /* Google Fonts Jost */
    local("Jost Regular Regular"),   /* Full Name */
    local("Jost-Regular"),           /* PostScript name */

    /* indestructible Jost* */
    // Google Fonts Jost
    local("Jost Regular Regular"),   // Full Name
    local("Jost-Regular"),           // PostScript name
    // indestructible Jost*
    local("Jost* Book"),
    local("Jost-Book"),
    url("fonts/vendor/jost/jost-v4-latin-regular.woff2") format("woff2"),
@@ -23,11 +22,10 @@
  font-weight: 500;
  font-display: swap;
  src:
    /* Google Fonts Jost */
    // Google Fonts Jost
    local("Jost Regular Medium"),
    local("JostRoman-Medium"),

    /* indestructible Jost* */
    // indestructible Jost*
    local("Jost* Medium"),
    local("Jost-Medium"),
    url("fonts/vendor/jost/jost-v4-latin-500.woff2") format("woff2"),
@@ -41,11 +39,10 @@
  font-weight: 700;
  font-display: swap;
  src:
    /* Google Fonts Jost */
    // Google Fonts Jost
    local("Jost Regular Bold"),
    local("JostRoman-Bold"),

    /* indestructible Jost* */
    // indestructible Jost*
    local("Jost* Bold"),
    local("Jost-Bold"),
    url("fonts/vendor/jost/jost-v4-latin-700.woff2") format("woff2"),
@@ -59,11 +56,10 @@
  font-weight: 400;
  font-display: swap;
  src:
    /* Google Fonts Jost */
    // Google Fonts Jost
    local("Jost Italic Italic"),
    local("Jost-Italic"),

    /* indestructible Jost* */
    // indestructible Jost*
    local("Jost* BookItalic"),
    local("Jost-BookItalic"),
    url("fonts/vendor/jost/jost-v4-latin-italic.woff2") format("woff2"),
@@ -77,11 +73,10 @@
  font-weight: 500;
  font-display: swap;
  src:
    /* Google Fonts Jost */
    // Google Fonts Jost
    local("Jost Italic Medium Italic"),
    local("JostItalic-Medium"),

    /* indestructible Jost* */
    // indestructible Jost*
    local("Jost* Medium Italic"),
    local("Jost-MediumItalic"),
    url("fonts/vendor/jost/jost-v4-latin-500italic.woff2") format("woff2"),
@@ -95,11 +90,10 @@
  font-weight: 700;
  font-display: swap;
  src:
    /* Google Fonts Jost */
    // Google Fonts Jost
    local("Jost Italic Bold Italic"),
    local("JostItalic-Bold"),

    /* indestructible Jost* */
    // indestructible Jost*
    local("Jost* Bold Italic"),
    local("Jost-BoldItalic"),
    url("fonts/vendor/jost/jost-v4-latin-700italic.woff2") format("woff2"),