diff --git a/fonts/resources/average/average-bold-italic.otf b/fonts/resources/average/average-bold-italic.otf deleted file mode 100755 index 94f9d1c..0000000 Binary files a/fonts/resources/average/average-bold-italic.otf and /dev/null differ diff --git a/fonts/resources/average/average-bold-italic.woff b/fonts/resources/average/average-bold-italic.woff new file mode 100755 index 0000000..b06f61b Binary files /dev/null and b/fonts/resources/average/average-bold-italic.woff differ diff --git a/fonts/resources/average/average-bold.otf b/fonts/resources/average/average-bold.otf deleted file mode 100755 index 0efc4e7..0000000 Binary files a/fonts/resources/average/average-bold.otf and /dev/null differ diff --git a/fonts/resources/average/average-bold.woff b/fonts/resources/average/average-bold.woff new file mode 100755 index 0000000..7f90676 Binary files /dev/null and b/fonts/resources/average/average-bold.woff differ diff --git a/fonts/resources/average/average-italic.otf b/fonts/resources/average/average-italic.otf deleted file mode 100755 index 9ebc18f..0000000 Binary files a/fonts/resources/average/average-italic.otf and /dev/null differ diff --git a/fonts/resources/average/average-italic.woff b/fonts/resources/average/average-italic.woff new file mode 100755 index 0000000..f0a4cfe Binary files /dev/null and b/fonts/resources/average/average-italic.woff differ diff --git a/fonts/resources/average/average.otf b/fonts/resources/average/average.otf deleted file mode 100755 index f246b03..0000000 Binary files a/fonts/resources/average/average.otf and /dev/null differ diff --git a/fonts/resources/average/average.woff b/fonts/resources/average/average.woff new file mode 100755 index 0000000..846c38e Binary files /dev/null and b/fonts/resources/average/average.woff differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index 92c7977..2f6ad5a 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -12,10 +12,10 @@ .font ( 'aurulent', normal, normal, 'aurulent/aurulent.otf' ); -.font ( 'average', bold, normal, 'average/average-bold.otf' ); -.font ( 'average', normal, italic, 'average/average-bold-italic.otf' ); -.font ( 'average', normal, italic, 'average/average-italic.otf' ); -.font ( 'average', normal, normal, 'average/average.otf' ); +.font ( 'average', bold, normal, 'average/average-bold.woff' ); +.font ( 'average', normal, italic, 'average/average-bold-italic.woff' ); +.font ( 'average', normal, italic, 'average/average-italic.woff' ); +.font ( 'average', normal, normal, 'average/average.woff' ); .font ( 'bitstream-vera', bold, italic, 'bitstream-vera/bitstream-vera-bold-italic.woff' ); .font ( 'bitstream-vera', bold, normal, 'bitstream-vera/bitstream-vera-bold.woff' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index f5c2fee..2630c1b 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -44,25 +44,25 @@ font-family: 'average'; font-weight: bold; font-style: normal; - src: url('../resources/average/average-bold.otf'); + src: url('../resources/average/average-bold.woff'); } @font-face { font-family: 'average'; font-weight: normal; font-style: italic; - src: url('../resources/average/average-bold-italic.otf'); + src: url('../resources/average/average-bold-italic.woff'); } @font-face { font-family: 'average'; font-weight: normal; font-style: italic; - src: url('../resources/average/average-italic.otf'); + src: url('../resources/average/average-italic.woff'); } @font-face { font-family: 'average'; font-weight: normal; font-style: normal; - src: url('../resources/average/average.otf'); + src: url('../resources/average/average.woff'); } @font-face { font-family: 'bitstream-vera';