cleanup font

This commit is contained in:
L3D 2022-01-18 22:28:18 +01:00
parent 27a92b5541
commit 627d26d357
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 1 additions and 21 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -12,7 +12,7 @@
@font-face {
font-family: Epilogue;
font-style: italic;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local(''),
@ -20,14 +20,3 @@
url('/fonts/epilogue-v7-latin-700.woff') format('woff'),
url('/fonts/epilogue-v7-latin-700.ttf') format('truetype');
}
@font-face {
font-family: Epilogue;
font-style: italic;
font-weight: 700;
font-display: swap;
src: local(''),
url('/fonts/epilogue-v7-latin-700italic.woff2') format('woff2'),
url('/fonts/epilogue-v7-latin-700italic.woff') format('woff'),
url('/fonts/epilogue-v7-latin-700italic.ttf') format('truetype');
}