Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Body Wrapper

Community Beginner ,
Sep 08, 2023 Sep 08, 2023

Where doe the body wrapper come from, more precisely where does the font-family come from:

 


.rh-BODY-wrapper {
height: auto;
font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
flex-direction: column;
display: flex;
position: relative;
margin: 0;
overflow: auto;
}

175
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 09, 2023 Sep 09, 2023
LATEST

Looks like some auto-generated CSS to me. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines