move fonts from lib/fonts to dist/theme/fonts

This commit is contained in:
Hakim El Hattab
2020-05-19 11:03:16 +02:00
parent 0a58c681fe
commit 5e5013645d
31 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
@font-face {
font-family: 'League Gothic';
src: url('league-gothic.eot');
src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
url('league-gothic.woff') format('woff'),
url('league-gothic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}