Skip to content

Commit

Permalink
linked font
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 28, 2023
1 parent 5bc8f20 commit 912123c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions assets/scss/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,147 +1,147 @@
@font-face {
font-family: "Qanelas Soft Black";
src: url('./static/fonts/qanelas-soft/QanelasSoftBlack.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftBlack.otf') format('opentype');
font-weight: normal;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Black Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftBlackItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftBlackItalic.otf') format('opentype');
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Heavy";
src: url('./static/fonts/qanelas-soft/QanelasSoftHeavy.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftHeavy.otf') format('opentype');
font-weight: 900;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Heavy Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftHeavyItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftHeavyItalic.otf') format('opentype');
font-weight: 900;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft ExtraBold";
src: url('./static/fonts/qanelas-soft/QanelasSoftExtraBold.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftExtraBold.otf') format('opentype');
font-weight: 800;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft ExtraBold Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftExtraBoldItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftExtraBoldItalic.otf') format('opentype');
font-weight: 800;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Bold";
src: url('./static/fonts/qanelas-soft/QanelasSoftBold.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftBold.otf') format('opentype');
font-weight: bold;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Bold Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftBoldItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftBoldItalic.otf') format('opentype');
font-weight: bold;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft";
src: url('static/fonts/qanelas-soft/QanelasSoftSemiBold.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftSemiBold.otf') format('opentype');
font-weight: 600;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft SemiBold Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftSemiBoldItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftSemiBoldItalic.otf') format('opentype');
font-weight: 600;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Medium";
src: url('./static/fonts/qanelas-soft/QanelasSoftMedium.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftMedium.otf') format('opentype');
font-weight: 500;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Medium Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftMediumItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftMediumItalic.otf') format('opentype');
font-weight: 500;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft";
src: url('./static/fonts/qanelas-soft/QanelasSoftRegular.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftRegular.otf') format('opentype');
font-weight: 400;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Regular Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftRegularItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftRegularItalic.otf') format('opentype');
font-weight: 400;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Light";
src: url('./static/fonts/qanelas-soft/QanelasSoftLight.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftLight.otf') format('opentype');
font-weight: 300;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Light Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftLightItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftLightItalic.otf') format('opentype');
font-weight: 300;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft UltraLight";
src: url('./static/fonts/qanelas-soft/QanelasSoftUltraLight.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftUltraLight.otf') format('opentype');
font-weight: 200;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft UltraLight Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftUltraLightItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftUltraLightItalic.otf') format('opentype');
font-weight: 200;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Thin";
src: url('./static/fonts/qanelas-soft/QanelasSoftThin.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftThin.otf') format('opentype');
font-weight: 100;
font-display: swap;
}

@font-face {
font-family: "Qanelas Soft Thin Italic";
src: url('./static/fonts/qanelas-soft/QanelasSoftThinItalic.otf') format('opentype');
src: url('/fonts/qanelas-soft/QanelasSoftThinItalic.otf') format('opentype');
font-weight: 100;
font-style: italic;
font-display: swap;
Expand Down

0 comments on commit 912123c

Please sign in to comment.