58 lines
1.2 KiB
CSS
58 lines
1.2 KiB
CSS
/* Slabo27px, bulletpoints */
|
|
|
|
@font-face {
|
|
font-family: 'Slabo27px';
|
|
src: url('/fonts/Slabo27px-Regular.ttf');
|
|
}
|
|
|
|
/* Ubuntu mono, code */
|
|
|
|
@font-face {
|
|
font-family: 'Ubuntu Mono';
|
|
src: url('/fonts/UbuntuMono-Regular.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ubuntu Mono';
|
|
src: url('/fonts/UbuntuMono-Bold.ttf');
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ubuntu Mono';
|
|
src: url('/fonts/UbuntuMono-BoldItalic.ttf');
|
|
font-weight: bold;
|
|
font-style: italic, oblique;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ubuntu Mono';
|
|
src: url('/fonts/UbuntuMono-Italic.ttf');
|
|
font-style: italic, oblique;
|
|
}
|
|
|
|
/* Yanone-Kaffeesatz, headlines */
|
|
|
|
@font-face {
|
|
font-family: 'Yanone Kaffeesatz';
|
|
src: url('/fonts/YanoneKaffeesatz-Regular.ttf');
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Yanone Kaffeesatz';
|
|
src: url('/fonts/YanoneKaffeesatz-ExtraLight.ttf');
|
|
font-weight: 100;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Yanone Kaffeesatz';
|
|
src: url('/fonts/YanoneKaffeesatz-Light.ttf');
|
|
font-weight: lighter;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Yanone Kaffeesatz';
|
|
src: url('/fonts/YanoneKaffeesatz-Bold.ttf');
|
|
font-weight: bold;
|
|
}
|