-
Notifications
You must be signed in to change notification settings - Fork 23
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
[bug] view is weird in Safari Browser #7
Comments
wow~~~ Thank you! Maybe I'll fix it after the first semester is over. I'm too busy😢 |
Sure! Take your time. |
I think the font issue is occurring because there is no techstack-generator/static/js-icon.svg Lines 56 to 59 in a18a88b
techstack-generator/static/raspberrypi-icon.svg Lines 58 to 64 in a18a88b
It makes to bring the default font family of each browser, witch is as follow. So adding the |
The view issue is occurring from following errors. techstack-generator/src/components/templates/select/style.ts Lines 27 to 33 in a18a88b
The I searched it out a bit and found that under Safari Still, it would be great for fix this bug in the future :) |
I am still working on this issue. But still font issue is having some problems in Safari browser. I found that the default font Chrome is using is @import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
.js-text {
font-size: 30px;
font-family: 'Roboto';
font-weight: bold;
} Unfortunately, nothing changed... I will keep working on this issue but I think it will take some time 🥲 plus: It is very interesting that the html text is using |
Description
Font Error?
The font in
JS
,TS
icon is weirdAnd also font of `raspberry pi` icon as well
Overall View
And for the last the overall view is different from when I use Chrome.
The column is 5 whitch is 4 when I view with Chrome.
The text was updated successfully, but these errors were encountered: