:cookie: 307 | @cyberputty |http://www.freecodecamp.org/cyberputty
randygoldsmith sends brownie points to @marmiz :sparkles: :thumbsup: :sparkles:
@Marmiz i found for example those fonts:
https://github.com/lcdvirgo/bootstrap/tree/master/assets/fonts/%5BFontFont%5D%20Kievit
how i apply them on my site what are the stages?
@font-face {
font-family: whatever;
src: url(path to your font);
}
/* then use it as normal */
body {
font-family: whatever
}
:star2: 1161 | @marmiz |http://www.freecodecamp.org/marmiz
:cookie: 323 | @x140hu4 |http://www.freecodecamp.org/x140hu4
:star2: 1162 | @marmiz |http://www.freecodecamp.org/marmiz