diff --git a/fonts/icomoon.eot b/fonts/icomoon.eot new file mode 100755 index 0000000..e388b26 Binary files /dev/null and b/fonts/icomoon.eot differ diff --git a/fonts/icomoon.svg b/fonts/icomoon.svg new file mode 100755 index 0000000..8b06bef --- /dev/null +++ b/fonts/icomoon.svg @@ -0,0 +1,12 @@ + + + +Generated by IcoMoon + + + + + + + + \ No newline at end of file diff --git a/fonts/icomoon.ttf b/fonts/icomoon.ttf new file mode 100755 index 0000000..a3416b0 Binary files /dev/null and b/fonts/icomoon.ttf differ diff --git a/fonts/icomoon.woff b/fonts/icomoon.woff new file mode 100755 index 0000000..fc45567 Binary files /dev/null and b/fonts/icomoon.woff differ diff --git a/styles/style.css b/styles/style.css new file mode 100755 index 0000000..f671cdc --- /dev/null +++ b/styles/style.css @@ -0,0 +1,31 @@ +@font-face { + font-family: 'icomoon'; + src:url('fonts/icomoon.eot?-l03f6i'); + src:url('fonts/icomoon.eot?#iefix-l03f6i') format('embedded-opentype'), + url('fonts/icomoon.woff?-l03f6i') format('woff'), + url('fonts/icomoon.ttf?-l03f6i') format('truetype'), + url('fonts/icomoon.svg?-l03f6i#icomoon') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="icon-"], [class*=" icon-"] { + font-family: 'icomoon'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-play:before { + content: "\e600"; +} +.icon-pause:before { + content: "\e601"; +}