Skip to content
Snippets Groups Projects
Commit cd43d320 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

2 lessdateien vergessen

parent 07d12146
Branches
No related tags found
No related merge requests found
@font-face {
font-family: 'time';
font-style: normal;
font-weight: 400;
src: url(font/time.ttf) format('truetype');
}
@font-face {
font-family: 'vrr';
font-style: normal;
font-weight: 400;
src: url(font/vrr.ttf) format('truetype');
}
@font-face {
font-family: 'display';
font-style: normal;
font-weight: 400;
src: url(font/display.ttf) format('truetype');
}
@font-face {
font-family: 'newcicle';
font-style: normal;
font-weight: 400;
src: url(font/NewCicle.ttf) format('truetype');
}
@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;
font-weight: 400;
src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(ubuntumono.woff) format('woff');
}
@font-face {
font-family: 'LCD';
font-style: normal;
font-weight: 400;
src: url(font/lcd_clock.ttf) format('truetype');
}
@font-face {
font-family: 'time-medium';
font-style: normal;
font-weight: 400;
src: url(font/time-medium.ttf) format('truetype');
}
@font-face {
font-family: 'time-fat';
font-style: normal;
font-weight: 400;
src: url(font/time-fat.ttf) format('truetype');
}
@keyframes marquee {
from {transform:translateX(0%);}
to {transform:translateX(-20%);}
}
@-webkit-keyframes marquee {
from {transform:translateX(0%);}
to {transform:translateX(-20%);}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment