Hello,
I would like to upload my own font.
I tried this with CSS and also set everything to default in the backend under typography.
But it just does not take the font.
Here is the code I used:
----
@font-face {
font-family: 'opensymbolregular';
src: url('../fonts/opens___-webfont.woff2') format('woff2'),
url('../fonts/opens___-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body{
font-family: "opensymbolregular" !important;
}
What did I do wrong?
Translated with
www.DeepL.com/Translator
(free version)
Please Log in or Create an account to join the conversation.