adminlte font style going bold in laravel blade
up vote
0
down vote
favorite
can someone help me
what happen with my adminlte font style in laravel blade, for example in my table, the table header same weight as table data. this happen in all font style to, like "username" and "box-comment" they have same weight. i can add manualy like this e.g <p style="font-weight:normal"> TES </p>
to make the header and content have diffrent weight, but i think i have missing something...
this is my stylesheet
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="asset('bower_components/bootstrap/dist/css/bootstrap.min.css')" type="text/css">
<!-- Font Awesome -->
<link rel="stylesheet" href="asset('bower_components/font-awesome/css/font-awesome.min.css')" type="text/css">
<!-- Ionicons -->
<link rel="stylesheet" href="asset('bower_components/Ionicons/css/ionicons.min.css')" type="text/css">
<!-- Theme style -->
<link rel="stylesheet" href="asset('dist/css/AdminLTE.min.css')" type="text/css">
<link rel="stylesheet" href="asset('dist/css/skins/_all-skins.min.css')" type="text/css">
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
and this is my script
<!-- jQuery 3 -->
<script src="asset('bower_components/jquery/dist/jquery.min.js')"></script>
<!-- Bootstrap 3.3.7 -->
<script src="asset('bower_components/bootstrap/dist/js/bootstrap.min.js')"></script>
<!-- Slimscroll -->
<script src="asset('bower_components/jquery-slimscroll/jquery.slimscroll.min.js')"></script>
<!-- FastClick -->
<script src="asset('bower_components/fastclick/lib/fastclick.js')"></script>
<!-- AdminLTE App -->
<script src="asset('dist/js/adminlte.min.js')"></script>
<!-- AdminLTE for demo purposes -->
<script src="asset('dist/js/demo.js')"></script>
Thanks for helping me
laravel adminlte
add a comment |
up vote
0
down vote
favorite
can someone help me
what happen with my adminlte font style in laravel blade, for example in my table, the table header same weight as table data. this happen in all font style to, like "username" and "box-comment" they have same weight. i can add manualy like this e.g <p style="font-weight:normal"> TES </p>
to make the header and content have diffrent weight, but i think i have missing something...
this is my stylesheet
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="asset('bower_components/bootstrap/dist/css/bootstrap.min.css')" type="text/css">
<!-- Font Awesome -->
<link rel="stylesheet" href="asset('bower_components/font-awesome/css/font-awesome.min.css')" type="text/css">
<!-- Ionicons -->
<link rel="stylesheet" href="asset('bower_components/Ionicons/css/ionicons.min.css')" type="text/css">
<!-- Theme style -->
<link rel="stylesheet" href="asset('dist/css/AdminLTE.min.css')" type="text/css">
<link rel="stylesheet" href="asset('dist/css/skins/_all-skins.min.css')" type="text/css">
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
and this is my script
<!-- jQuery 3 -->
<script src="asset('bower_components/jquery/dist/jquery.min.js')"></script>
<!-- Bootstrap 3.3.7 -->
<script src="asset('bower_components/bootstrap/dist/js/bootstrap.min.js')"></script>
<!-- Slimscroll -->
<script src="asset('bower_components/jquery-slimscroll/jquery.slimscroll.min.js')"></script>
<!-- FastClick -->
<script src="asset('bower_components/fastclick/lib/fastclick.js')"></script>
<!-- AdminLTE App -->
<script src="asset('dist/js/adminlte.min.js')"></script>
<!-- AdminLTE for demo purposes -->
<script src="asset('dist/js/demo.js')"></script>
Thanks for helping me
laravel adminlte
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
can someone help me
what happen with my adminlte font style in laravel blade, for example in my table, the table header same weight as table data. this happen in all font style to, like "username" and "box-comment" they have same weight. i can add manualy like this e.g <p style="font-weight:normal"> TES </p>
to make the header and content have diffrent weight, but i think i have missing something...
this is my stylesheet
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="asset('bower_components/bootstrap/dist/css/bootstrap.min.css')" type="text/css">
<!-- Font Awesome -->
<link rel="stylesheet" href="asset('bower_components/font-awesome/css/font-awesome.min.css')" type="text/css">
<!-- Ionicons -->
<link rel="stylesheet" href="asset('bower_components/Ionicons/css/ionicons.min.css')" type="text/css">
<!-- Theme style -->
<link rel="stylesheet" href="asset('dist/css/AdminLTE.min.css')" type="text/css">
<link rel="stylesheet" href="asset('dist/css/skins/_all-skins.min.css')" type="text/css">
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
and this is my script
<!-- jQuery 3 -->
<script src="asset('bower_components/jquery/dist/jquery.min.js')"></script>
<!-- Bootstrap 3.3.7 -->
<script src="asset('bower_components/bootstrap/dist/js/bootstrap.min.js')"></script>
<!-- Slimscroll -->
<script src="asset('bower_components/jquery-slimscroll/jquery.slimscroll.min.js')"></script>
<!-- FastClick -->
<script src="asset('bower_components/fastclick/lib/fastclick.js')"></script>
<!-- AdminLTE App -->
<script src="asset('dist/js/adminlte.min.js')"></script>
<!-- AdminLTE for demo purposes -->
<script src="asset('dist/js/demo.js')"></script>
Thanks for helping me
laravel adminlte
can someone help me
what happen with my adminlte font style in laravel blade, for example in my table, the table header same weight as table data. this happen in all font style to, like "username" and "box-comment" they have same weight. i can add manualy like this e.g <p style="font-weight:normal"> TES </p>
to make the header and content have diffrent weight, but i think i have missing something...
this is my stylesheet
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="asset('bower_components/bootstrap/dist/css/bootstrap.min.css')" type="text/css">
<!-- Font Awesome -->
<link rel="stylesheet" href="asset('bower_components/font-awesome/css/font-awesome.min.css')" type="text/css">
<!-- Ionicons -->
<link rel="stylesheet" href="asset('bower_components/Ionicons/css/ionicons.min.css')" type="text/css">
<!-- Theme style -->
<link rel="stylesheet" href="asset('dist/css/AdminLTE.min.css')" type="text/css">
<link rel="stylesheet" href="asset('dist/css/skins/_all-skins.min.css')" type="text/css">
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
and this is my script
<!-- jQuery 3 -->
<script src="asset('bower_components/jquery/dist/jquery.min.js')"></script>
<!-- Bootstrap 3.3.7 -->
<script src="asset('bower_components/bootstrap/dist/js/bootstrap.min.js')"></script>
<!-- Slimscroll -->
<script src="asset('bower_components/jquery-slimscroll/jquery.slimscroll.min.js')"></script>
<!-- FastClick -->
<script src="asset('bower_components/fastclick/lib/fastclick.js')"></script>
<!-- AdminLTE App -->
<script src="asset('dist/js/adminlte.min.js')"></script>
<!-- AdminLTE for demo purposes -->
<script src="asset('dist/js/demo.js')"></script>
Thanks for helping me
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="asset('bower_components/bootstrap/dist/css/bootstrap.min.css')" type="text/css">
<!-- Font Awesome -->
<link rel="stylesheet" href="asset('bower_components/font-awesome/css/font-awesome.min.css')" type="text/css">
<!-- Ionicons -->
<link rel="stylesheet" href="asset('bower_components/Ionicons/css/ionicons.min.css')" type="text/css">
<!-- Theme style -->
<link rel="stylesheet" href="asset('dist/css/AdminLTE.min.css')" type="text/css">
<link rel="stylesheet" href="asset('dist/css/skins/_all-skins.min.css')" type="text/css">
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="asset('bower_components/bootstrap/dist/css/bootstrap.min.css')" type="text/css">
<!-- Font Awesome -->
<link rel="stylesheet" href="asset('bower_components/font-awesome/css/font-awesome.min.css')" type="text/css">
<!-- Ionicons -->
<link rel="stylesheet" href="asset('bower_components/Ionicons/css/ionicons.min.css')" type="text/css">
<!-- Theme style -->
<link rel="stylesheet" href="asset('dist/css/AdminLTE.min.css')" type="text/css">
<link rel="stylesheet" href="asset('dist/css/skins/_all-skins.min.css')" type="text/css">
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
<!-- jQuery 3 -->
<script src="asset('bower_components/jquery/dist/jquery.min.js')"></script>
<!-- Bootstrap 3.3.7 -->
<script src="asset('bower_components/bootstrap/dist/js/bootstrap.min.js')"></script>
<!-- Slimscroll -->
<script src="asset('bower_components/jquery-slimscroll/jquery.slimscroll.min.js')"></script>
<!-- FastClick -->
<script src="asset('bower_components/fastclick/lib/fastclick.js')"></script>
<!-- AdminLTE App -->
<script src="asset('dist/js/adminlte.min.js')"></script>
<!-- AdminLTE for demo purposes -->
<script src="asset('dist/js/demo.js')"></script>
<!-- jQuery 3 -->
<script src="asset('bower_components/jquery/dist/jquery.min.js')"></script>
<!-- Bootstrap 3.3.7 -->
<script src="asset('bower_components/bootstrap/dist/js/bootstrap.min.js')"></script>
<!-- Slimscroll -->
<script src="asset('bower_components/jquery-slimscroll/jquery.slimscroll.min.js')"></script>
<!-- FastClick -->
<script src="asset('bower_components/fastclick/lib/fastclick.js')"></script>
<!-- AdminLTE App -->
<script src="asset('dist/js/adminlte.min.js')"></script>
<!-- AdminLTE for demo purposes -->
<script src="asset('dist/js/demo.js')"></script>
laravel adminlte
laravel adminlte
asked Nov 11 at 15:21
JaDoel
11
11
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53250159%2fadminlte-font-style-going-bold-in-laravel-blade%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown