Проблема была в том что я не отключила преобразование текста..
Нужно было в стилях прописать так:
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 10, 2020 */
@font-face {
font-family: 'MyFontRegular';
src: url('../fonts/font-awesome-webfont.woff2') format('woff2'),
url('../fonts/font-awesome-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.mem {
font-family: 'MyFontRegular';
font-weight: normal;
font-style: normal;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mem-monument::before {
content: 'a';
}