Migrate to fontawesome 6
This commit is contained in:
parent
a79e9ee993
commit
d31233c033
63 changed files with 153 additions and 268 deletions
|
|
@ -1,45 +1 @@
|
|||
/* Generated with http://fontastic.me/ and app/assets/images/suse.svg */
|
||||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
font-family: "suse-icons";
|
||||
src:font-url("suse-icons.eot");
|
||||
src:font-url("suse-icons.eot?#iefix") format("embedded-opentype"),
|
||||
font-url("suse-icons.woff") format("woff"),
|
||||
font-url("suse-icons.ttf") format("truetype"),
|
||||
font-url("suse-icons.svg#suse-icons") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
[data-icon]:before {
|
||||
font-family: "suse-icons" !important;
|
||||
content: attr(data-icon);
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
speak: none;
|
||||
line-height: 1;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
/* We have to repeat this for every symbol that extends font awesome. So if
|
||||
you add fa-rutzelfuz you need to copy and paste these two...
|
||||
*/
|
||||
[class^="fa-suse"]:before,
|
||||
[class*=" fa-suse"]:before {
|
||||
font-family: "suse-icons" !important;
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
speak: none;
|
||||
line-height: 1;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.fa-suse:before {
|
||||
content: "a";
|
||||
}
|
||||
@import "font-awesome";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue