html - How does "/f179" relate to twitter's little bird icon? -


if inspect on little bird icon on twitter.com see css has content: "/f179". twitter's icon? special font lots of special characters including twitter's icon?

please use below code:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"> 

add above link in head section of page , following code use twitter icon on page..

<i class="fa fa-twitter" aria-hidden="true"></i> 

Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -