Change-Id: I7d089ea14b169481f943a1f44058ad47f9b8179a
--- /dev/null
+p {
+ @font-face {
+ font-family: "vdebugfont";
+ src: url('fonts/font.eot');
+ src: url('fonts/font.eot?#iefix') format("embedded-opentype"), url('fonts/font.woff') format("woff"), url('fonts/font.ttf') format("truetype"), url('fonts/font.svg#fontawesome') format("svg");
+ font-weight: normal;
+ font-style: normal;
+}
+}
--- /dev/null
+@mixin debug-globals {
+ @font-face {
+ font-family: 'vdebugfont';
+ src:url('fonts/font.eot');
+ src:url('fonts/font.eot?#iefix') format('embedded-opentype'),
+ url('fonts/font.woff') format('woff'),
+ url('fonts/font.ttf') format('truetype'),
+ url('fonts/font.svg#fontawesome') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ }
+
+}
+
+p {
+ @include debug-globals;
+}