Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 /* included only when we don't want to use fonts from google server */
A 2 @font-face {
3   font-family: 'Open Sans';
4   font-style: normal;
5   font-weight: 300;
6   src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-300.woff) format('woff');
7 }
8 @font-face {
9   font-family: 'Open Sans';
10   font-style: normal;
11   font-weight: 400;
12   src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-400.woff) format('woff');
13 }