Skip to content

Commit

Permalink
Fixed Laravel, Letterboxd, Threads
Browse files Browse the repository at this point in the history
  • Loading branch information
newbold committed Sep 10, 2024
1 parent 6d2fdac commit b50366e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
3 changes: 3 additions & 0 deletions profiles/icons/defined_omgicons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@ fediverse-alt e161
rec-room e162
byecorps-id e163
raindrop-io e164
letterboxd e007
threads e119
laravel e146
6 changes: 3 additions & 3 deletions profiles/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@
"laptop-code": "fa-solid fa-laptop-code",
"laptop-file": "fa-solid fa-laptop-file",
"laptop-medical": "fa-solid fa-laptop-medical",
"laravel": "fa-brands fa-laravel",
"laravel": "omg-icon omg-laravel",
"lari-sign": "fa-solid fa-lari-sign",
"lastfm": "fa-brands fa-lastfm",
"layer-group": "fa-solid fa-layer-group",
Expand All @@ -993,7 +993,7 @@
"less": "fa-brands fa-less",
"less-than": "fa-solid fa-less-than",
"less-than-equal": "fa-solid fa-less-than-equal",
"letterboxd": "fa-brands fa-letterboxd",
"letterboxd": "omg-icon omg-letterboxd",
"life-ring": "fa-solid fa-life-ring",
"lightbulb": "fa-solid fa-lightbulb",
"line": "fa-brands fa-line",
Expand Down Expand Up @@ -1640,7 +1640,7 @@
"themeisle": "fa-brands fa-themeisle",
"thermometer": "fa-solid fa-thermometer",
"think-peaks": "fa-brands fa-think-peaks",
"threads": "fa-brands fa-threads",
"threads": "omg-icon omg-threads",
"thumbs-down": "fa-solid fa-thumbs-down",
"thumbs-up": "fa-solid fa-thumbs-up",
"thumbtack": "fa-solid fa-thumbtack",
Expand Down
3 changes: 3 additions & 0 deletions profiles/icons/omg.lol-glyphs.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@
.omg-rec-room:before { content: "\e162"; }
.omg-byecorps-id:before { content: "\e163"; }
.omg-raindrop-io:before { content: "\e164"; }
.omg-letterboxd:before { content: "\e007"; }
.omg-threads:before { content: "\e119"; }
.omg-laravel:before { content: "\e146"; }
2 changes: 1 addition & 1 deletion profiles/icons/omg.lol-icons.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions profiles/icons/prepare.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@
if(isset($font_awesome_icons[$bits[0]])) {
echo "\n".'There is an existing Font Awesome icon: '.$bits[0]."<br>\n";
}
else {

//else {
$omg_icons[$bits[0]] = 'omg-icon omg-'.$bits[0];
$omg_css .= '.omg-'.$bits[0].':before { content: "\\'.$bits[1].'"; }'."\n";
}
//}
}

ksort($omg_lol_icons);
Expand Down

0 comments on commit b50366e

Please sign in to comment.