conda-forge Style guide
We're excited to introduce the conda-forge brand guide: your go-to resource for all things conda-forge branding. This document sets the stage for how we want to showcase the conda-forge brand consistently and accurately.
Whether you're a part of our team, a collaborator, or an external partner, this guide is here to help you represent conda-forge in the best possible way. We believe that by following these guidelines, we can keep our brand's values at the forefront and maintain effective communication with everyone. Thanks for being a part of our journey!
Logo
Primary Logo - Logo with text (Light Mode)
Primary Logo - Logo with text (Dark Mode)
Secondary Logo - Logo without text
Color Palette
Gradient
+
=
Logo Color
Light Theme
Dark theme
Additional colors
Typography
Below are various typography elements. The header font for conda-forge.org is Montserrat and the body font is Inter. It looks serious and neat, not too loud. It has all the letters for many languages and comes in different styles to always work well.
Headings
Header one (2rem)
Header two (1.5rem)
Header three (1.25rem)
Header four (1rem)
Header five (0.875rem)
Header six (0.85rem)
Paragraphs
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. (size 1rem)
Hyperlinks
Link to somewhereAdmonitions
Some content with Markdown syntax
. The note is normally used for general information that you want to stand out.
Some content with Markdown syntax
. The tip is normally used for giving readers helpful advice and suggestions.
Some content with Markdown syntax
. The info element is for adding extra emphasis to general information.
Some content with Markdown syntax
. Caution can be used to advise the reader to act carefully.
Some content with Markdown syntax
. Caution can be used to point out something that people should be warned about.
Code Blocks
Code Block
parser = argparse.ArgumentParser(description='Generate the conda-forge html.')
parser.add_argument('--html-source', help="The location of the conda-forge.github.io checkout.",
default=os.path.abspath(os.path.dirname(os.path.dirname(__file__))))
args = parser.parse_args()
html_source = args.html_source
loader = FileSystemLoader(html_source)
env = Environment(loader=loader)
Code block with a title
project = 'conda-forge'
copyright = '2016-%s, conda-forge' % datetime.datetime.now().strftime("%Y")
author = 'conda-forge'
Code Block with Tabs
- Windows
- macOS
- Linux
I am Windows.
I am macOS.
I am Linux.
Quotes
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Lists
Ordered Lists
- List A
- List B
- List C
Ordered Sub Lists
- List A
- List B
- List a
- List b
Unordered Lists
- List A
- List B
- List C
Unordered Sub Lists
- List A
- List B
- List a
- List b
Buttons
Types
Sizes
Tables
Tables | Item | Item |
---|---|---|
1 | content | 12 |
2 | content | 12 |
3 | content | 12 |
Figma file
Additional Figma file for colors and components
Sources
Most CSS redefinitions are done in src/css/custom.css
. Check for --ifm-*
variables in the :root
nodes.