Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different forms of website in browsers #22

Open
RAlexeev opened this issue Feb 3, 2017 · 4 comments
Open

Different forms of website in browsers #22

RAlexeev opened this issue Feb 3, 2017 · 4 comments

Comments

@RAlexeev
Copy link

RAlexeev commented Feb 3, 2017

Different forms of website in Mozilla Firefox and Google Chrome.
At first, they have different fonts.
Secondly, as you can see, there aren't icons under "You can contact me via:" in some case.

This form has your web site http://yulijia.net/freshman21 in Google Chrome:
chrome yulijia net freshman21

This form has your web site http://yulijia.net/freshman21 in Mozilla Firefox:
firefox yulijia net freshman21

This form has clone of your github project https://github.com/yulijia/freshman21 in Mozilla Firefox:
firefox c-sec github io

@RAlexeev
Copy link
Author

RAlexeev commented Feb 3, 2017

I tried to open another website with your theme. And there are such differences too.

This form has web site http://croniqueslinux.github.io in Google Chrome:
chrome croniqueslinux github io

This form has web site http://croniqueslinux.github.io in Mozilla Firefox:
firefox croniqueslinux github io

@RAlexeev
Copy link
Author

RAlexeev commented Feb 3, 2017

Sorry to have bothered you, I solved my problem with icons under "You can contact me via:" by adding the line in file _includes/head.html:

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

@yulijia
Copy link
Owner

yulijia commented Feb 3, 2017

@RAlexeev css file is ./freshman21/css/main.scss

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

you could change it to 4.7.0

yulijia added a commit that referenced this issue Feb 3, 2017
@RAlexeev
Copy link
Author

RAlexeev commented Feb 4, 2017

Thank you very much! It helped me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants