chore(fonts): add noto-sans woff fonts

This commit is contained in:
Adam Bradley
2017-02-08 10:08:07 -06:00
parent 7e33963daf
commit caef5b2f7a
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -9,26 +9,26 @@ $noto-sans-font-path: $font-path !default;
font-family: "Noto Sans"; font-family: "Noto Sans";
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype"); src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Noto Sans"; font-family: "Noto Sans";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype"); src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Noto Sans"; font-family: "Noto Sans";
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype"); src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "Noto Sans"; font-family: "Noto Sans";
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype"); src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype");
} }