Click here to Skip to main content
15,887,175 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 3:33
User 98970748-Feb-18 3:33 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 2:46
User 98970748-Feb-18 2:46 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 0:38
User 98970748-Feb-18 0:38 
QuestionGeneral Question: What is the most common approach currently for building a website with database. Pin
Member 1338756828-Jan-18 7:07
Member 1338756828-Jan-18 7:07 
GeneralRe: General Question: What is the most common approach currently for building a website with database. Pin
PIEBALDconsult28-Jan-18 7:27
mvePIEBALDconsult28-Jan-18 7:27 
GeneralRe: General Question: What is the most common approach currently for building a website with database. Pin
Member 1338756828-Jan-18 7:47
Member 1338756828-Jan-18 7:47 
AnswerRe: General Question: What is the most common approach currently for building a website with database. Pin
#realJSOP28-Jan-18 9:16
mve#realJSOP28-Jan-18 9:16 
QuestionFonts Will Not Display As Intended Using @font-face in CSS. Pin
Member 1364829928-Jan-18 5:04
Member 1364829928-Jan-18 5:04 
I'm trying to use the @font-face rule in CSS so that the typefaces I choose appear consistently no matter what fonts a user has available on their device. However, the fonts are not appearing even on my system. So, I wanted to make sure I'm formatting the code correctly (as I'm definitely no expert on this).

Here's some of the code from the site I'm building. Please let me know what should be done to display the fonts as intended.

@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: MrsEaves-Roman;
	src: url("/fonts/MrsEavRom.lwfn") format("lwfn");
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: Priori-Sans-Regular;
	src: url("/fonts/PriorSanReg.ttf") format("ttf");
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: Chalet-London;
	src: url("/fonts/Chalet-LondonNineteenEighty.otf") format("otf");
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
}


.at-hero-head {
	font-family: "MrsEaves-Roman";
	font-size: 32px;
	text-align: left;
	color: ffffff;
}

.at-hero-head-chalet {
	font-family: "Chalet-London";
	font-size: 32px;
	text-align: left;
	color: ffffff;
}

AnswerRe: Fonts Will Not Display As Intended Using @font-face in CSS. Pin
luplup29-Jan-18 1:26
luplup29-Jan-18 1:26 
QuestionMVC5 Slow File Upload Pin
#realJSOP26-Jan-18 9:27
mve#realJSOP26-Jan-18 9:27 
AnswerRe: MVC5 Slow File Upload Pin
malkovich19887-May-19 3:22
malkovich19887-May-19 3:22 
GeneralRe: MVC5 Slow File Upload Pin
#realJSOP7-May-19 4:03
mve#realJSOP7-May-19 4:03 
QuestionLinking database to a html page Pin
Member 1364494625-Jan-18 16:15
Member 1364494625-Jan-18 16:15 
AnswerRe: Linking database to a html page Pin
Richard MacCutchan25-Jan-18 22:31
mveRichard MacCutchan25-Jan-18 22:31 
GeneralRe: Linking database to a html page Pin
Valecia_cho8-Feb-18 14:50
Valecia_cho8-Feb-18 14:50 
GeneralRe: Linking database to a html page Pin
Richard MacCutchan8-Feb-18 22:33
mveRichard MacCutchan8-Feb-18 22:33 
QuestionPutting Data Onto HTML Using JavaScript Pin
Valecia_cho24-Jan-18 14:58
Valecia_cho24-Jan-18 14:58 
AnswerRe: Putting Data Onto HTML Using JavaScript Pin
Nathan Minier25-Jan-18 5:17
professionalNathan Minier25-Jan-18 5:17 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Valecia_cho8-Feb-18 14:00
Valecia_cho8-Feb-18 14:00 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Nathan Minier12-Feb-18 1:24
professionalNathan Minier12-Feb-18 1:24 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Valecia_cho18-Feb-18 9:01
Valecia_cho18-Feb-18 9:01 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Nathan Minier20-Feb-18 1:28
professionalNathan Minier20-Feb-18 1:28 
QuestionHow to start a job listing,directory,ad site? Pin
savedlema22-Jan-18 11:13
savedlema22-Jan-18 11:13 
AnswerRe: How to start a job listing,directory,ad site? Pin
A_Griffin25-Jan-18 0:39
A_Griffin25-Jan-18 0:39 
QuestionNote to self Pin
#realJSOP21-Jan-18 3:00
mve#realJSOP21-Jan-18 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.