Archived topic
What is the Generate Press default font?
5 replies · Started by Grace on October 17, 2019
Hi, can you tell me what the default font in the header is? I want to use the same font in some of my other documents.
Thanks
Hi there,
its using the CSS System Font Stack v3 which varies depending on which OS you're using.
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
So which OS / Browser are you using :)
Thank you. I have one computer using Windows 10 and Chrome browser and my partner is using a Mac with Safari.
Shane
You can see the list of MacOS fonts here - but they continually change with each new update:
https://css-tricks.com/snippets/css/system-font-stack/#comment-1609511
Windows could be Segoe, Helvetica or Ariel.
Thank you for your help.
Hope it helps.