@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url('cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url('DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff') format('woff');
}
我从 google css 提供的 url 下载了字体,这样我就可以在不在线的情况下使用它。当单击 .html 文件并在浏览器中打开它时,该代码有效。但是,当我将所有文件放在本地网络服务器上时,它不起作用。
有任何想法吗?请记住,我不会连接到互联网。