(Ok, not technically a font, just a sweet mess of web code and graphics :-) )
🌐 Check out the latest version here!
Design your own customized character and contribute it to the Front Font. If you participate you will automatically take part in a raffle for an electric scooter. Show off your skills, take a creative time-out from the talks, or just have some fun!
Please follow these steps:
- Fork the repo
- Choose a letter you want to customize
- Be creative!
- After you're finished create a pull request
- We will merge your pull request if it is not violating any of the house rules 👇.
yarn
## or "npm install"
yarn dev
## or "npm run dev"
For the best dev preview open http://localhost:3000/dev.html.
Have fun 🎉
In the public
folder you find a .js
file for every character. You can write css
and html
directly into this file in the template section.
const htmlTemplate = () => html`
<style>
.letter {
/* your styles */
}
</style>
<!-- your html -->
<span class="letter">
A
</span>
`;
Please only work on one character per pull request and don't change any of the other files. You are allowed to add other files for example .svg
files in the public folder, if you need them for your character design. Pull requests that don't adhere to the guidelines will not be merged.
Please note that we want to create a responsive "font".
- Don't use fixed
width
andheight
in your css, use percentages - If you use
svgs
, render them with<img src="/your-svg.svg"
to make it responsive - You can render images with strange aspect ratios as a background on a
<div> </div>
- Don't use iframes
- Don't specify the font-size for the characters
- No need to overthink, just go for it :)
- Don't overwrite other designs
- Don't add hurtful, discriminatory, or offensive content
In short: be nice!
On Friday after 17:45
Prize: Mi Electric Scooter
At the Deep Impact stand.