custom @font-face does not load in chrome (chrome non-standard fonts are not displayed) Using custom fonts using CSS
@font-face { font-family:'gotham-rounded-medium'; src:url('fonts/gothumrounded_medium/gotham-rounded-medium.eot'); src:url('fonts/gothumrounded_medium/gotham-rounded-medium.eot?#iefix')format("embedded-opentype"), url('fonts/gothumrounded_medium/gotham-rounded-medium.woff')format("woff"), url('fonts/gothumrounded_medium/gotham-rounded-medium.ttf')format("truetype"), url('fonts/gothumrounded_medium/gotham-rounded-medium.svg')format("svg"); font-weight:400; font-style:normal } .custom_font{ font-family:'gotham-rounded-medium', arial, sans-serif; }

Texts are displayed only when the screen window is resized.
So, please, is there anything that can be done to solve this problem?
source share