README hinzugefuegt, Lint-Fehler behoben, Code formatiert
This commit is contained in:
@@ -1,47 +1,47 @@
|
||||
@font-face {
|
||||
font-family: 'Cormorant Garamond';
|
||||
font-family: "Cormorant Garamond";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url('CormorantGaramond-Light.ttf') format('truetype');
|
||||
src: url("CormorantGaramond-Light.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Cormorant Garamond';
|
||||
font-family: "Cormorant Garamond";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('CormorantGaramond-Regular.ttf') format('truetype');
|
||||
src: url("CormorantGaramond-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Cormorant Garamond';
|
||||
font-family: "Cormorant Garamond";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: url('CormorantGaramond-SemiBold.ttf') format('truetype');
|
||||
src: url("CormorantGaramond-SemiBold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DM Sans';
|
||||
font-family: "DM Sans";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url('DMSans-Light.ttf') format('truetype');
|
||||
src: url("DMSans-Light.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DM Sans';
|
||||
font-family: "DM Sans";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('DMSans-Regular.ttf') format('truetype');
|
||||
src: url("DMSans-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DM Sans';
|
||||
font-family: "DM Sans";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: url('DMSans-Medium.ttf') format('truetype');
|
||||
}
|
||||
src: url("DMSans-Medium.ttf") format("truetype");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user