diff --git a/css/font.less b/css/font.less new file mode 100755 index 0000000000000000000000000000000000000000..6db734442d63e75ba6a88ce71b6b323ecd76e121 --- /dev/null +++ b/css/font.less @@ -0,0 +1,55 @@ +@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'); +} diff --git a/css/marquee.less b/css/marquee.less new file mode 100755 index 0000000000000000000000000000000000000000..b288625ce4d45b9d4a3484d99014c17afd90d0f7 --- /dev/null +++ b/css/marquee.less @@ -0,0 +1,9 @@ +@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