Search

But in Design View - Displays no individual Fonts by Michael Janik

Closed
as Won't Fix Help for as Won't Fix

1
1
Sign in
to vote
Type: Bug
ID: 767354
Opened: 10/14/2012 3:47:22 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Bug - individual Font is not displaying in Design View but in the browsers though
Details (expand)

Product?

Web

Product Version?

 

Web 4 SP2 (4.0.1303.0)

Issue Type?

Bug

Repro Steps? (N/A for Suggestion)

I added an individual font in the source code (CSS and Html) but in Design View it is not showing. It shows in all Browsers but not in Design View.

I added a Font in my style sheet:

@font-face {
    font-family: 'RobotoRegular';
    src: url('font/Roboto-Regular-webfont.eot');
    src: url('font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Roboto-Regular-webfont.woff') format('woff'),
         url('font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('font/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.robertofett

{font-family:RobotoRegular;}

.robertounfett
{font-family:RobotoRegular;}


I put the font-files in the folder "font"

I added in the html <span class="robertounfett">Text Text Text Text Text Text Text Text </span>

and in Design View it still shows "times new roman". In all Browsers though it shows the correct font. But I can not work like this. I need to see it in the Design View.
File Attachments
File Name Submitted By Submitted On File Size  
421302_284129415030634_1749261066_n.jpg (restricted) 10/18/2012 -
Sign in to post a comment.
Posted by Microsoft on 1/30/2013 at 4:35 PM
We recently announced that we are discontinuing development of Expression Web. You can read the full announcement on our community page at http://msdn.microsoft.com/expression. Because this product is no longer in development, we are closing all outstanding bugs.
Sign in to post a workaround.