Fonts: spinster --> soapbox

This commit is contained in:
Alex Gleason 2020-06-09 20:14:18 -05:00
parent f8da0471ea
commit 7de801f176
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
5 changed files with 9 additions and 9 deletions

View file

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -1,4 +1,4 @@
// Roboto Regular
soapbox// Roboto Regular
@font-face {
font-family: 'Roboto';
font-weight: 400;
@ -147,14 +147,14 @@
line-height: #{$rem + "rem"};
}
// Spinster icon font
// Soapbox icon font
@font-face {
font-family: 'spinster';
src: url('../fonts/spinster/spinster.eot?pryg6i');
src: url('../fonts/spinster/spinster.eot?pryg6i#iefix') format('embedded-opentype'),
url('../fonts/spinster/spinster.ttf?pryg6i') format('truetype'),
url('../fonts/spinster/spinster.woff?pryg6i') format('woff'),
url('../fonts/spinster/spinster.svg?pryg6i#spinster') format('svg');
font-family: 'soapbox';
src: url('../fonts/soapbox/soapbox.eot?pryg6i');
src: url('../fonts/soapbox/soapbox.eot?pryg6i#iefix') format('embedded-opentype'),
url('../fonts/soapbox/soapbox.ttf?pryg6i') format('truetype'),
url('../fonts/soapbox/soapbox.woff?pryg6i') format('woff'),
url('../fonts/soapbox/soapbox.svg?pryg6i#soapbox') format('svg');
font-weight: normal;
font-style: normal;
}
@ -165,6 +165,6 @@
}
.fa-fediverse::before {
font-family: 'spinster' !important;
font-family: 'soapbox' !important;
content: "\e901";
}