Common Styles

Font family

CSS

yourSelector {
  font-family: Arial;
}

JavaScript

yourVariable.style.fontFamily = `Arial`