Design
Design🔗
UI🔗
- Patternfly
PatternFly is an open source design system that enables teams to create consistent and scalable enterprise products. PatternFly is sponsored and maintained by Red Hat, but is open to all.
- 9 Graphic Design courses
Fonts🔗
Tags: #dev/design/fonts
See also (related:: linux)
- Nerd Fonts
- Cheatsheet: find symbols/glyphs
- JetBrains | Nerd Font Patch
- Futura
- Alegreya: typographica.org review
- https://www.cufonfonts.com/
- Google API: Fonts
for example add stylesheet link to request web font(s)
1 |
|
- https://home.unicode.org/
- https://www.stixfonts.org/: The mission of the Scientific and Technical Information Exchange (STIX) font creation project is the preparation of a comprehensive set of fonts that serve the scientific and engineering community in the process from manuscript creation through final publication, both in electronic and print formats
Tools
- font identification
- Font finder: Upload an image of text, find what the font is
- https://www.myfonts.com/pages/whatthefont
Icons🔗
-
FontAwesome Icons: Search free icons | Github
[!tip]- Search free icons
- CSS: download and import as
1
<link rel="stylesheet" href="font-awesome/css/fontawesome.css">
- Documentation
- Feather icons: GitHub | feathericons.dev
- Icons8
- https://iconduck.com/
- GitLab: GitLab icon SVGs
- Lucide open source icons
- used by obsidian
- https://super.so/icons
Colours🔗
https://coolors.co/?home
https://www.colourlovers.com/
Illustrations🔗
- storyset: free customizable illustrations
Qt🔗
https://doc.qt.io/
Plasma Widgets - Plasmoids
Tools🔗
Help🔗
Command Line🔗
docopt: Pythonic command-line interface description language - deprecated, but useful as reference for layout
Example:
1 2 3 4 5 6 7 8 9 |
|