diff --git a/GPW_Commesse/Content/OpenSans.woff b/GPW_Commesse/Content/OpenSans.woff new file mode 100644 index 0000000..55b25f8 Binary files /dev/null and b/GPW_Commesse/Content/OpenSans.woff differ diff --git a/GPW_Commesse/Content/OpenSansCondensed.woff b/GPW_Commesse/Content/OpenSansCondensed.woff new file mode 100644 index 0000000..aedbd93 Binary files /dev/null and b/GPW_Commesse/Content/OpenSansCondensed.woff differ diff --git a/GPW_Commesse/Content/Roboto.woff b/GPW_Commesse/Content/Roboto.woff new file mode 100644 index 0000000..7e854e6 Binary files /dev/null and b/GPW_Commesse/Content/Roboto.woff differ diff --git a/GPW_Commesse/Content/RobotoCondensed.woff b/GPW_Commesse/Content/RobotoCondensed.woff new file mode 100644 index 0000000..4cf1ad3 Binary files /dev/null and b/GPW_Commesse/Content/RobotoCondensed.woff differ diff --git a/GPW_Commesse/Content/fonts.less b/GPW_Commesse/Content/fonts.less new file mode 100644 index 0000000..ee760ee --- /dev/null +++ b/GPW_Commesse/Content/fonts.less @@ -0,0 +1,27 @@ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('OpenSans.woff') format('woff'); +} + +@font-face { + font-family: 'Open Sans Condensed'; + font-style: normal; + font-weight: 300; + src: url('OpenSansCondensed.woff') format('woff'); +} + +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: url('Roboto.woff') format('woff'); +} + +@font-face { + font-family: 'Roboto Condensed'; + font-style: normal; + font-weight: 400; + src: url('RobotoCondensed.woff') format('woff'); +}