Style references based on ACI World Insights. Mockups provided by SFO.
The framework driving this website is Jekyll and requires Ruby. Assuming you have Ruby installed, you can clone this repository and install Jekyll.
gem install bundler jekyll
In the repository folder start web server and browse to http://localhost:4000
bundle exec jekyll serve
The primary font used is Muli. This is an open source font that is available on the Google Fonts.
html {
font-family: "Muli", sans-serif;
color: #565656;
}