Skip to content

Commit

Permalink
Update Junicode Font (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan authored Sep 10, 2023
1 parent 40b2797 commit 042ff48
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file removed src/Junicode-Bold.woff
Binary file not shown.
Binary file removed src/Junicode-BoldItalic.woff
Binary file not shown.
Binary file removed src/Junicode-Italic.woff
Binary file not shown.
Binary file removed src/JunicodeTwoBetaVF-Roman.woff2
Binary file not shown.
Binary file added src/JunicodeVF-Bold.woff2
Binary file not shown.
Binary file added src/JunicodeVF-BoldItalic.woff2
Binary file not shown.
Binary file added src/JunicodeVF-Italic.woff2
Binary file not shown.
Binary file added src/JunicodeVF-Roman.woff2
Binary file not shown.
8 changes: 4 additions & 4 deletions src/_fonts.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
@font-face
font-display: swap
font-family: Junicode
src: url('JunicodeTwoBetaVF-Roman.woff2') format('woff')
src: url('JunicodeVF-Roman.woff2') format('woff')

@font-face
font-display: swap
font-family: Junicode
font-weight: bold
src: url('Junicode-Bold.woff') format('woff')
src: url('JunicodeVF-Bold.woff2') format('woff')

@font-face
font-display: swap
font-family: Junicode
font-style: italic
font-weight: bold
src: url('Junicode-BoldItalic.woff') format('woff')
src: url('JunicodeVF-BoldItalic.woff2') format('woff')

@font-face
font-display: swap
font-family: Junicode
font-style: italic
src: url('Junicode-Italic.woff') format('woff')
src: url('JunicodeVF-Italic.woff2') format('woff')

@font-face
font-display: swap
Expand Down

0 comments on commit 042ff48

Please sign in to comment.