What font does Vivaldi use on its vivaldi.com page?
-
Does anyone know what font Vivaldi uses for the text 'Vivaldi 5.0' at the top of the page https://vivaldi.com/new/ ? It looks like a slightly squeezed version of Arial Bold, or Calibri Bold. An online font scanner also suggested 'Ebrima bold', 'Gadugi Bold', or 'Microsoft PhagsPa Bold'.
I tried the stylesheet listed in the source at https://vivaldi.com/wp-includes/css/dist/block-library/style.min.css?ver=5.7.4 but it's compacted and hard to read, and not sure if it's in there anyway. The text in in an h1 tag, thus: "<h1 class="entry-title" id="1">Vivaldi 5.0</h1>. Thanks!
-
@pczukor You can inspect the webpage to see what font it is. I guess it is this:
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700;
Just right click on the text, and choose
inspect
. In the devTools window, under theElement
tab, you can look for the relevant CSS in theStyles
pane or go to theComputed
pane to see it directly. -
Ppafflick moved this topic from Let's talk about Vivaldi on