From 32ef99a96cb94fef529530e0c99910989d2485f2 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 30 Aug 2017 18:59:32 +0430 Subject: [PATCH] tests: move font-face to layout --- test/fixtures/with-config/assets/app.css | 12 ------------ test/fixtures/with-config/layouts/default.vue | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/test/fixtures/with-config/assets/app.css b/test/fixtures/with-config/assets/app.css index 6b41464a8d..f69fcd8bbc 100755 --- a/test/fixtures/with-config/assets/app.css +++ b/test/fixtures/with-config/assets/app.css @@ -1,15 +1,3 @@ -@font-face { - font-family: 'Roboto'; - font-style: normal; - font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url(../assets/roboto.woff2) format('woff2'); - unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; -} - -body { - font-family: 'Roboto'; -} - .global-css-selector { color: red; } diff --git a/test/fixtures/with-config/layouts/default.vue b/test/fixtures/with-config/layouts/default.vue index 4555ce65c4..4ab9402ac2 100644 --- a/test/fixtures/with-config/layouts/default.vue +++ b/test/fixtures/with-config/layouts/default.vue @@ -4,3 +4,17 @@ + + \ No newline at end of file