Skip to content

Commit

Permalink
Merge branch 'feat/backlink-panel'
Browse files Browse the repository at this point in the history
  • Loading branch information
benrbray committed Jul 12, 2022
2 parents 8949195 + 3e9fcf4 commit 4715af9
Show file tree
Hide file tree
Showing 51 changed files with 3,426 additions and 961 deletions.
Binary file removed assets/fonts/lora/0QIhMX1D_JOuMw_LIftL.woff2
Binary file not shown.
Binary file removed assets/fonts/lora/0QIhMX1D_JOuMw_LL_tLp_A.woff2
Binary file not shown.
Binary file removed assets/fonts/lora/0QIvMX1D_JOuMwT7I-NP.woff2
Binary file not shown.
Binary file removed assets/fonts/lora/0QIvMX1D_JOuMwr7Iw.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-BoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-Medium.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-MediumItalic.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-SemiBold.woff2
Binary file not shown.
Binary file added assets/fonts/lora/Lora-SemiBoldItalic.woff2
Binary file not shown.
55 changes: 7 additions & 48 deletions assets/fonts/lora/lora.css
Original file line number Diff line number Diff line change
@@ -1,72 +1,31 @@
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
src: url(Lora-Italic.woff2) format('woff2');
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */

@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
src: url(Lora-SemiBoldItalic.woff2) format('woff2');
}
/* latin-ext */

@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
src: url(Lora-Regular.woff2) format('woff2');
}
/* latin */

@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
src: url(Lora-SemiBold.woff2) format('woff2');
}
Loading

0 comments on commit 4715af9

Please sign in to comment.