Font Vivaldi

marco.tapia
20 Posts
marco.tapia posted this 07 August 2020

What do I have to enter in Home tab >> Settings >> Additional CSS so that I can get the Vivaldi font?
thx

What do I have to enter in Home tab >> Settings >> Additional CSS so that I can get the Vivaldi font? thx
Vote to pay developers attention to this features or issue.
16 Comments
Order By: Standard | Newest
marco.tapia
20 Posts
marco.tapia posted this 07 August 2020

or better enter in CSS?

@font-face {
font-family: 'Vivaldi Italic';
font-style: normal;
font-weight: normal;
src: local('Vivaldi Italic'), url('VIVALDII.woff') format('woff');

}

but where do i put the font (VIVALDII.woff)

or better enter in CSS? @font-face { font-family: 'Vivaldi Italic'; font-style: normal; font-weight: normal; src: local('Vivaldi Italic'), url('VIVALDII.woff') format('woff'); } ------------------------------------------------ but where do i put the font (VIVALDII.woff)

Last edited 07 August 2020 by marco.tapia

Support Team
Support Team posted this 08 August 2020

Hello,

Yes, the idea is correct, you can use the font-face fule and put hte CSS into the Home tab >> Settings >> Additional CSS. We recommend to put the font files to some location on your server or other file hosting and use absolute URL for the src.
Then paste the font name in Design >> Font options for Text or Headings and click Enter.

Sincerely,
Nettie

Hello, Yes, the idea is correct, you can use the font-face fule and put hte CSS into the Home tab >> Settings >> Additional CSS. We recommend to put the font files to some location on your server or other file hosting and use absolute URL for the src. Then paste the font name in Design >> Font options for Text or Headings and click Enter. Sincerely, Nettie
marco.tapia
20 Posts
marco.tapia posted this 10 August 2020

Hi Nettie,
Unfortunately, I can't get it. I have inserted the text at HOME->Settings->Addacional CSS ->

@font-face {
font-family: 'Vivaldi Italic';
font-style: normal;
font-weight: normal;
src: local('Vivaldi Italic'), url('http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff');
}
but it does not function

Hi Nettie, Unfortunately, I can't get it. I have inserted the text at HOME->Settings->Addacional CSS -> @font-face { font-family: 'Vivaldi Italic'; font-style: normal; font-weight: normal; src: local('Vivaldi Italic'), url('http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff'); } but it does not function

Last edited 10 August 2020 by marco.tapia

Support Team
Support Team posted this 11 August 2020

Hello,

I would also modify the src value in this way:

src: local('Vivaldi Italic'), url ("http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff") format("woff");

Make sure to have " before and after the address. And better leave the absolute URL only:

src: url ("http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff") format("woff");

Did you specify the font in Font Options or in Additional CSS for a specific element?

Sincerely,
Nettie

Hello, I would also modify the src value in this way: src: local('Vivaldi Italic'), url ("http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff") format("woff"); Make sure to have `"` before and after the address. And better leave the absolute URL only: src: url ("http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff") format("woff"); Did you specify the font in Font Options or in Additional CSS for a specific element? Sincerely, Nettie
marco.tapia
20 Posts
marco.tapia posted this 13 August 2020

unfortunately it doesn't work, I still use Elementor and it works immediately.
What else can I do?

unfortunately it doesn't work, I still use Elementor and it works immediately. What else can I do?
Support Team
Support Team posted this 13 August 2020

Hello,

Did you specify the font in Font Options or in Additional CSS for a specific element?

Sincerely,
Nettie

Hello, Did you specify the font in Font Options or in Additional CSS for a specific element? Sincerely, Nettie
marco.tapia
20 Posts
marco.tapia posted this 18 August 2020

Hi Nettie,

I recorded a video for you

https://youtu.be/AR7xHj-CbTo

Hi Nettie, I recorded a video for you https://youtu.be/AR7xHj-CbTo
Support Team
Support Team posted this 20 August 2020

Hello,

Thanks for the video. The correct way is using the Design tab >> Font Options. However if the font-family in CSS is called Vivaldi Italic, then this exactly name should be entered into the field, then click on the empty space.

Sincerely,
Nettie

Hello, Thanks for the video. The correct way is using the Design tab >> Font Options. However if the font-family in CSS is called Vivaldi Italic, then this exactly name should be entered into the field, then click on the empty space. Sincerely, Nettie
marco.tapia
20 Posts
marco.tapia posted this 01 November 2022

Unfortunately I'm having problems integrating the local fonts again. It is not allowed to use google fonts in Europe, otherwise you have to pay a fine.

I added the Muli Font to the Additional CSS.

@font-face {
font-family: 'Vivaldi';
font-style: normal;
font-weight: normal;
src: url('http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff') format('woff');
}

@font-face {
font-family: 'Muli (lokal)';
src: url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.eot');
src: url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.eot?#iefix') format('embedded-opentype'),
url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.woff2') format('woff2'),
url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.woff') format('woff'),
url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.ttf') format('truetype'),
url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.svg#Muli') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

But no "Muli (lokal)" is displayed to me.
thx

PS
at Elementor only took 10 minutes.

Unfortunately I'm having problems integrating the local fonts again. It is not allowed to use google fonts in Europe, otherwise you have to pay a fine. I added the Muli Font to the Additional CSS. @font-face { font-family: 'Vivaldi'; font-style: normal; font-weight: normal; src: url('http://villa-alpenruh.de/wp-content/uploads/2020/08/VIVALDII.woff') format('woff'); } @font-face { font-family: 'Muli (lokal)'; src: url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.eot'); src: url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.eot?#iefix') format('embedded-opentype'), url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.woff2') format('woff2'), url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.woff') format('woff'), url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.ttf') format('truetype'), url('http://villa-alpenruh.de/wp-content/uploads/fonts/Muli.svg#Muli') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } But no "Muli (lokal)" is displayed to me. thx PS at Elementor only took 10 minutes.
Support Team
Support Team posted this 02 November 2022

Hello,

Please make sure you manually type the font in the Design tab >> Font Options for Text (or Headings) and click Enter or click at some empty space.

Sincerely,
Nettie

Hello, Please make sure you manually type the font in the Design tab >> Font Options for Text (or Headings) and click Enter or click at some empty space. Sincerely, Nettie
marco.tapia
20 Posts
marco.tapia posted this 05 November 2022

it's worked out -thx

it's worked out -thx

Last edited 05 November 2022 by marco.tapia

marco.tapia
20 Posts
marco.tapia posted this 05 November 2022

unfortunately it still doesn't work well, sometimes it doesn't work sometimes. really shit. But how can I make all google fonts blocked?
thx

unfortunately it still doesn't work well, sometimes it doesn't work sometimes. really shit. But how can I make all google fonts blocked? thx
bohdan.t
3 Posts
bohdan.t posted this 23 July 2025

More importantly, Limassol has become a magnet for those seeking premium real estate in the Mediterranean. Investors and homeowners alike are turning to the prestigious Limassol villas that offer not just accommodation, but a way of life that is second to none. https://melrose.com.cy/

More importantly, Limassol has become a magnet for those seeking premium real estate in the Mediterranean. Investors and homeowners alike are turning to the prestigious Limassol villas that offer not just accommodation, but a way of life that is second to none. https://melrose.com.cy/
adcontenthub
3 Posts
adcontenthub posted this 2 weeks ago

Could you please tell me how to add pagination pages to this website https://fashiontime.com.ua? For some reason, standard plugins are not working.

Could you please tell me how to add pagination pages to this website https://fashiontime.com.ua? For some reason, standard plugins are not working.
parasthackral
50 Posts
parasthackral posted this 4 days ago

A resource pack called Minecraft Actions and Stuff was created especially for gamers of the Bedrock Edition of the game. Player motions, biome mob variations, and dynamic ambient changes are just a few of the numerous additional actions and visual enhancements it offers to the game.

A resource pack called [Minecraft Actions and Stuff][1] was created especially for gamers of the Bedrock Edition of the game. Player motions, biome mob variations, and dynamic ambient changes are just a few of the numerous additional actions and visual enhancements it offers to the game. [1]: https://actionsandstuffmc.com/
parasthackral
50 Posts
parasthackral posted this 4 days ago

One of the most talked-about APKs in the Free Fire community is now Astute Beta Server. Currently limited to Android devices, this proxy server tool was created especially to provide a more seamless gaming experience.

One of the most talked-about APKs in the Free Fire community is now [Astute Beta Server][1]. Currently limited to Android devices, this proxy server tool was created especially to provide a more seamless gaming experience. [1]: https://astutebetaserversff.com/
You must log in or register to leave comments