diff --git a/MP-Admin/Content/fonts.css b/MP-Admin/Content/fonts.css new file mode 100644 index 00000000..009ba900 --- /dev/null +++ b/MP-Admin/Content/fonts.css @@ -0,0 +1,24 @@ +@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'); +} \ No newline at end of file diff --git a/MP-Admin/Content/fonts.less b/MP-Admin/Content/fonts.less new file mode 100644 index 00000000..64de4ee3 --- /dev/null +++ b/MP-Admin/Content/fonts.less @@ -0,0 +1,27 @@ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('../fonts/OpenSans.woff') format('woff'); +} + +@font-face { + font-family: 'Open Sans Condensed'; + font-style: normal; + font-weight: 300; + src: url('../fonts/OpenSansCondensed.woff') format('woff'); +} + +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: url('../fonts/Roboto.woff') format('woff'); +} + +@font-face { + font-family: 'Roboto Condensed'; + font-style: normal; + font-weight: 400; + src: url('../fonts/RobotoCondensed.woff') format('woff'); +} diff --git a/MP-Admin/Content/fonts.min.css b/MP-Admin/Content/fonts.min.css new file mode 100644 index 00000000..18d4d5c5 --- /dev/null +++ b/MP-Admin/Content/fonts.min.css @@ -0,0 +1 @@ +@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');} \ No newline at end of file diff --git a/MP-Admin/fonts/OpenSans.woff b/MP-Admin/fonts/OpenSans.woff new file mode 100644 index 00000000..55b25f86 Binary files /dev/null and b/MP-Admin/fonts/OpenSans.woff differ diff --git a/MP-Admin/fonts/OpenSansCondensed.woff b/MP-Admin/fonts/OpenSansCondensed.woff new file mode 100644 index 00000000..aedbd930 Binary files /dev/null and b/MP-Admin/fonts/OpenSansCondensed.woff differ diff --git a/MP-Admin/fonts/Roboto.woff b/MP-Admin/fonts/Roboto.woff new file mode 100644 index 00000000..7e854e66 Binary files /dev/null and b/MP-Admin/fonts/Roboto.woff differ diff --git a/MP-Admin/fonts/RobotoCondensed.woff b/MP-Admin/fonts/RobotoCondensed.woff new file mode 100644 index 00000000..4cf1ad39 Binary files /dev/null and b/MP-Admin/fonts/RobotoCondensed.woff differ