小编Seb*_*lli的帖子

哪些主要网站使用HTML5导航元素?

关于<nav>HTML5中新标签的最佳使用问题一直存在争议.我正在研究<nav>野外元素的使用,虽然我发现一些使用HTML5的网站,但我很想知道是否有任何主要网站正在使用它.主要是指家喻户晓的名字.如果你能指出任何问题,我们将不胜感激.

html5 nav

5
推荐指数
1
解决办法
792
查看次数

Chrome 10/Windows @ font-face编码有问题

有没有人在Chrome 10/Win中遇到过类似的东西?

由字母和方形字符替换的不间断空格的屏幕截图

这两个webfonts中的所有非中断空格都未正确呈现.在IE7/8/9,Firefox,Safari和Chrome/OSX中工作.

我的fonts.css文件的内容:

@font-face {
    font-family: 'Hellenic';
    src: url('../fonts/eot/hellenic.eot?') format('eot'),
         url('../fonts/ttf/hellenic.ttf') format('truetype'),
         url('../fonts/woff/hellenic.woff') format('woff'), 
         url('../fonts/svg/hellenic.svg#MCMHellenicWide') format('svg');
}

@font-face {
    font-family: 'Lasalle';
    src: url('../fonts/eot/lasalle.eot?') format('eot'),
         url('../fonts/ttf/lasalle.ttf') format('truetype'),
         url('../fonts/woff/lasalle.woff') format('woff'), 
         url('../fonts/svg/lasalle.svg#FilmotypeLaSalle') format('svg');
}

@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/eot/leaguegothic.eot?') format('eot'),
         url('../fonts/ttf/leaguegothic.ttf') format('truetype'),
         url('../fonts/woff/leaguegothic.woff') format('woff'), 
         url('../fonts/svg/leaguegothic.svg#svgFontName') format('svg');
}
Run Code Online (Sandbox Code Playgroud)

css windows google-chrome character-encoding font-face

4
推荐指数
1
解决办法
4647
查看次数