python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Explanation of "hardcoded" font on a piece of text, and how to remove it via CSS etc
I'm unable to understand how a piece of text has some kind of hardcoded font in it, that cannot be removed even after pasting into an RTE, application of CSS etc. See 2 examples below copied from vari...

zehawk
Votes: 0
Answers: 1
Latest Answer
Finally figured the answer thanks to a chance visit to lingojam - apparently its unicode not font. Example: ๐๐ฅ๐ข๐ฐ๐ข ๐๐ฏ๐ข ๐๐ฉ๐ฉ ๐ฒ๐ซ๐ฆ๐ ๐ฌ๐ก๐ข ๐ ๐ฅ๐๐ฏ๐ฐ, ๐ก๐ฒ๐ฅ. ๐ฟ๐๐๐๐ ๐๐๐ ๐๐๐ ๐๐๐๏ฟฝ...
zehawk
i cant get fontface to work no matter what i do
im trying to upload a custom font from my pc using @font-face but its just not working no matter what ive tried. heres what i have currently in my style.css folder.
<style>
@font-face {
...
minty
Votes: 0
Answers: 1
How to detect browser support for @font-face descriptors using CSS.supports()
You can detect if a browser supports a specific or multiple CSS features using the CSS.supports function. It can receive two parameters, the first one is the name of the feature and the second one is ...

Rafid Muhymin Wafi
Votes: 0
Answers: 0
react-admin add font with override MuiCssBaseline @global @font-face not working
I am trying to add the NotoSansSC-Regular.otf from Google to react-admin so that the default font for simplified Chinese will be that. I have successfully got it working if I do a CSS include of the f...
AntonOfTheWoods
Votes: 0
Answers: 2