Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7693961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:12:34+00:00 2026-05-31T21:12:34+00:00

I want to embedded some styles into my website, however, the right style didn’t

  • 0

I want to embedded some styles into my website, however, the right style didn’t show up, and I don’t know why.

My code is here:

<head>
...
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css"/>
<style type="text/css">
#bd { font-family: 'Neuton', serif;  color:#646464; font-size:16px; line-height:21px; font-weight:200;}
...
</head>

<body>
...
<div class="container" id="bd">
    I want to use the font "Neuton' here. But I fail to do it..
</div>
</body>

Can anyone help me with this :(?

*******update**

I still can’t find the reason, let me give more context:
I’m practicing using HTML/CSS to write a portfolio, and here is all of my code:

<head>
<title> XXXXX </title>  
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css"/>
<link href="http://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css"/>
<link href="http://fonts.googleapis.com/css?family=Neuton:200" rel="stylesheet" type='text/css'/>
<link href="http://fonts.googleapis.com/css?family=Terminal+Dosis:300" rel="stylesheet" type="text/css"/>
<style type="text/css">
            body { padding-top: 40px;}

            #bd { font-family: 'Neuton', serif;  color:#646464; font-size:16px; line-height:21px; font-weight:200;}

            #bd a { 
                text-decoration:  none;     
                border-bottom: 1px dotted; 
                color:#646464;
            }
            #bd a:hover { text-decoration:  none; border-bottom: 1px dotted; color:#646464; background-color:#c0f4ff; }
            h1 { 
                font-family: 'Terminal Dosis', sans-serif;  
                color:#646464; 
                padding:0px; 
                margin-top:-14px; 
                margin-bottom:0px; 
                font-weight:300; 
                font-size:15px;
            }
            #sections { font-family: 'Terminal Dosis', sans-serif;  color:#7a7a7a; padding:0px; font-weight:300; font-size:80%; line-height:15px;}

            #name    { font-family: 'Oswald', sans-serif;   font-size:20px; color:#7a7a7a; padding-bottom:7px;}

            .dashbar { border-top: 1px dashed #bbbbbb; margin-bottom: 35px; margin-top:00px; }
            #active { background-color:#c0f4ff; color:#646464; width:100%;}
            #navlist li { color:#7a7a7a; font-family: 'Oswald', sans-serif; font-size:15px; display: inline;
                list-style-type: none; float:right; padding-left:74px; padding-top:2px; padding-bottom:0px; }
            a { text-decoration:  none; color:#7a7a7a;  }
            a:hover {color:#646464; text-decoration:  none; background-color:#c0f4ff;  } /*color:: the color displayed when you mouse over the link*/
            a:visited { text-decoration:  none;  ;}/* mouse over link */
            a:active {  background-color:#c0f4ff; color:#646464; } /*the one that is activated */

    </style> 
</head>
<body>
<div class="container">
    <div class="row">
        <div class="span4" id="name">My Name</div>
        <ul id="navlist">
            <li>
                <a href="projects.html">PROJECTS</a>
            </li>
            <li>
                <a id="active" href="index.html">HOME</a>
            </li>
        </ul>
    </div>
    <div class="dashbar"></div>
    <div class="container">
        <div class="row">
            <div class="span-one-third" id="bd">
                <!-- content-->
                <h1>ABOUT</h1>
                ***I want to use the font Neuton Here***
            </div>

            <div class="span10" style="margin-left: 30px;">
                <!-- put an image here -->

            </div>
        </div>
    </div>

</div>    
</body>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T21:12:35+00:00Added an answer on May 31, 2026 at 9:12 pm

    I don’t know about that bootstraper , however I think you should import the fonts, I used google api. jsFiddle

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What I want: @Embedded(nullable = false) private Direito direito; However, as you know there's
I want to copy some functions from OpenCV library to my embedded application. Rewriting
So, someone want me to hack some code for him. He has a 42
I want to persist some data into a text file in my C# application.
I want to play around with some embedded linux. I want it to be
I am writing some embedded code to interface with an external device over SPI.
I have a Qt application that has some embedded JPG files that I want
I have a view with some embedded ruby in it... i want to insert
I want to inject an old style, procedurally built string into a DIV element
Trying to get some code working and the modulus doesn't want to do what

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.