Connect Google fonts to styles:
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300&subset=cyrillic-ext,cyrillic); @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=cyrillic-ext,cyrillic); @import url(http://fonts.googleapis.com/css?family=Marck+Script&subset=cyrillic);
But for some reason in Ubuntu the letters "B", "F", "Y" are displayed in bold. The feeling that something is wrong with the fonts, only I can’t understand what?
PS
The Hashcode editor incorrectly forms the links in the code of this question and at the end
);
leaves as part of the link.In response to the link ...
... from the first @import
comes:
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff'); }
... from the second:
@font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 400; src: local('Ubuntu'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/5mBhVjyLdKpTbwI2zOPjQA.woff) format('woff'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 700; src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/oxrPYIm05JrY_0rFIEQ_oT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); }
), local ( 'Ubuntu-Bold'), url (http://themes.googleusercontent.com/static/fonts/ubuntu/v4/oxrPYIm05JrY_0rFIEQ_oT8E0i7KZn-EPnyo3HZu7kw.woff) format ( 'woff'@font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 400; src: local('Ubuntu'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/5mBhVjyLdKpTbwI2zOPjQA.woff) format('woff'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 700; src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/oxrPYIm05JrY_0rFIEQ_oT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); }
... from the third:
@font-face { font-family: 'Marck Script'; font-style: normal; font-weight: 400; src: local('Marck Script'), local('MarckScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/marckscript/v4/O_D1NAZVOFOobLbVtW3bcoraN7vELC11_xip9Rz-hMs.woff) format('woff'); }