Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
update fonts to use woff and woff2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Dec 6, 2017
1 parent 3248281 commit 0d49600
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions regulations/static/regulations/css/less/fonts.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,39 @@

@font-face{
font-family: "Avenir Next";
src: url("../../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot");
src: url("../../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?iefix") format("embedded-opentype"),
src: url("../../fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"),
url("../../fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff");
font-weight: 400;
font-style: normal;
}

@font-face{
font-family: "Avenir Next Italic";
src: url("../../fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot");
src: url("../../fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?iefix") format("embedded-opentype"),
src: url("../../fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"),
url("../../fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff");
font-weight: 400;
font-style: italic;
}

@font-face{
font-family: "Avenir Next Demi";
src: url("../../fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot");
src: url("../../fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?iefix") format("embedded-opentype"),
src: url("../../fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"),
url("../../fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff");
font-weight: 600;
font-style: normal;
}

@font-face{
font-family: "Avenir Next Bold";
src: url("../../fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot");
src: url("../../fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?iefix") format("embedded-opentype"),
src: url("../../fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"),
url("../../fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff");
font-weight: 700;
font-style: normal;
}

@font-face{
font-family: "Avenir Next Demi Italic";
src: url("../../fonts/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot");
src: url("../../fonts/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot?#iefix") format("embedded-opentype"),
src: url("../../fonts/687932cb-145b-4690-a21d-ed1243db9e36.woff2") format("woff2"),
url("../../fonts/bc350df4-3100-4ce1-84ce-4a5363dbccfa.woff") format("woff");
font-weight: 600;
font-style: italic;
Expand Down

0 comments on commit 0d49600

Please sign in to comment.