Curious about the design behind travis-ci.com? SiteFontCheck scanned their live CSS architecture and identified 5 unique font families. The website relies heavily on <azeret mono> for its main text elements, paired with <azeret> and <monospace, monospace> as fallback options, and 2 additional. Below is the precise map of font sizes, weights, and text elements used across their site.
Detected Fonts
5 foundazeret
Product
azeret mono
Why Travis CI
monospace, monospace
language: python python: - "3.7" - "3.8" - "3.9" # Command to install dependencies install: - pip install -r requirements.txt - pip install pytest pytest-cov # Command to run tests script: - pytest --cov=./ tests/ # Specify branches to build branches: only: - main - develop # Cache pip dependencies cache: pip # Run jobs in parallel jobs: include: - name: "Lint" python: "3.9" before_script: - pip install flake8 script: - flake8 . - name: "Docs" python: "3.9" before_script: - pip install sphinx script: - sphinx-build -b html docs docs/_build after_success: - pip install coveralls - coveralls notifications: email: on_success: never on_failure: always
trebuchet ms, arial, sans-serif
×
open sans, arial, trebuchet ms, segoe ui, helvetica, sans-serif
This website uses cookies
Loading preview...