|
1 | 1 | @font-face { |
2 | 2 | font-family: 'devicon'; |
3 | | - src: url('fonts/devicon.eot?dvqgvl'); |
4 | | - src: url('fonts/devicon.eot?dvqgvl#iefix') format('embedded-opentype'), |
5 | | - url('fonts/devicon.ttf?dvqgvl') format('truetype'), |
6 | | - url('fonts/devicon.woff?dvqgvl') format('woff'), |
7 | | - url('fonts/devicon.svg?dvqgvl#devicon') format('svg'); |
| 3 | + src: url('fonts/devicon.eot?e4qd2c'); |
| 4 | + src: url('fonts/devicon.eot?e4qd2c#iefix') format('embedded-opentype'), |
| 5 | + url('fonts/devicon.ttf?e4qd2c') format('truetype'), |
| 6 | + url('fonts/devicon.woff?e4qd2c') format('woff'), |
| 7 | + url('fonts/devicon.svg?e4qd2c#devicon') format('svg'); |
8 | 8 | font-weight: normal; |
9 | 9 | font-style: normal; |
10 | 10 | font-display: block; |
|
25 | 25 | -moz-osx-font-smoothing: grayscale; |
26 | 26 | } |
27 | 27 |
|
| 28 | +.devicon-r-plain:before { |
| 29 | + content: "\e98e"; |
| 30 | +} |
| 31 | +.devicon-r-original:before { |
| 32 | + content: "\e98f"; |
| 33 | +} |
| 34 | +.devicon-ocaml-plain-wordmark:before { |
| 35 | + content: "\e990"; |
| 36 | +} |
| 37 | +.devicon-ocaml-plain:before { |
| 38 | + content: "\e991"; |
| 39 | +} |
| 40 | +.devicon-matlab-plain:before { |
| 41 | + content: "\e992"; |
| 42 | +} |
| 43 | +.devicon-jupyter-plain-wordmark:before { |
| 44 | + content: "\e993"; |
| 45 | +} |
| 46 | +.devicon-jupyter-plain:before { |
| 47 | + content: "\e994"; |
| 48 | +} |
| 49 | +.devicon-fsharp-plain:before { |
| 50 | + content: "\e995"; |
| 51 | +} |
| 52 | +.devicon-elixir-plain-wordmark:before { |
| 53 | + content: "\e996"; |
| 54 | +} |
| 55 | +.devicon-elixir-plain:before { |
| 56 | + content: "\e997"; |
| 57 | +} |
| 58 | +.devicon-aarch64-plain:before { |
| 59 | + content: "\e998"; |
| 60 | +} |
28 | 61 | .devicon-xd-line:before { |
29 | 62 | content: "\e97a"; |
30 | 63 | } |
|
0 commit comments