Thanky you for your reply,
It seems more diffcult than I need to do.
I would like to add some CSS in the Additional/Custom CSS Section in the theme
I have added for example
/* inter-100 - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100;
src: url('../fonts/inter-v7-latin-100.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/inter-v7-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/inter-v7-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/inter-v7-latin-100.woff') format('woff'), /* Modern Browsers */
url('../fonts/inter-v7-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/inter-v7-latin-100.svg#Inter') format('svg'); /* Legacy iOS */
}
But the problem is, that the system did not find the path. Can you tell me in which directory the additional/custom css is loaded.
I have created the directory fonts-directory in the wordpress-directory.
Best regards
Jason