Format der Schriftarten hinzugefügt
This commit is contained in:
parent
21890d7af0
commit
da6caf7b99
1 changed files with 4 additions and 4 deletions
|
@ -8,25 +8,25 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'EB Garamond Medium';
|
font-family: 'EB Garamond Medium';
|
||||||
src: url('./fonts/garamond/static/EBGaramond-Medium.ttf');
|
src: url('./fonts/garamond/static/EBGaramond-Medium.ttf') format('truetype');
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'EB Garamond Medium Italic';
|
font-family: 'EB Garamond Medium Italic';
|
||||||
src: url('./fonts/garamond/static/EBGaramond-MediumItalic.ttf');
|
src: url('./fonts/garamond/static/EBGaramond-MediumItalic.ttf') format('truetype');
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Signika Light';
|
font-family: 'Signika Light';
|
||||||
src: url('./fonts/signika/static/Signika-Light.ttf');
|
src: url('./fonts/signika/static/Signika-Light.ttf') format('truetype');
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Signika Medium';
|
font-family: 'Signika Medium';
|
||||||
src: url('./fonts/signika/static/Signika-Medium.ttf');
|
src: url('./fonts/signika/static/Signika-Medium.ttf') format('truetype');
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue