Dejvino
d3771ec49d
Last commit: commit e1c180565e48ae1b595f44edef319872262a99c7 Merge: b8d97d2 f2b0316 Author: Hakim El Hattab <hakim.elhattab@gmail.com> Date: Wed Aug 9 15:17:25 2023 +0200 Merge pull request #3445 from t-fritsch/fix-scss-watch-tasks fix scss watch tasks broken on syntax error
11 lines
317 B
CSS
11 lines
317 B
CSS
@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;
|
|
}
|