diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-21 16:04:32 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 6f252b47d3087bd421da3e15aeab66dcea9bb09d (patch) | |
tree | ed47b4fe82b1466bbdc8a1e1ec3d5186a73e63d1 /src/styles/style.css | |
parent | c36c1b27e5134987b7d13fd27dde5aa72dbe691d (diff) |
FUNCT First dummy release
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-x | src/styles/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/styles/style.css b/src/styles/style.css new file mode 100755 index 0000000..e86165c --- /dev/null +++ b/src/styles/style.css @@ -0,0 +1,33 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon.eot?41hzv3'); + src: url('fonts/icomoon.eot?41hzv3#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?41hzv3') format('truetype'), + url('fonts/icomoon.woff?41hzv3') format('woff'), + url('fonts/icomoon.svg?41hzv3#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + 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-volume-increase:before { + content: "\ea2b"; +} +.icon-volume-decrease:before { + content: "\ea2c"; +} |