delete styles with url
This commit is contained in:
parent
e13556a9e4
commit
ba250de682
1 changed files with 0 additions and 29 deletions
|
|
@ -1,32 +1,3 @@
|
|||
@font-face {
|
||||
font-family: 'OpenSans';
|
||||
src: url('/fonts/OpenSans-Regular.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'OpenSans';
|
||||
src: url('/fonts/OpenSans-Italic.ttf');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'OpenSans';
|
||||
src: url('/fonts/OpenSans-Bold.ttf');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #fff;
|
||||
color: #212121;
|
||||
font-family:'OpenSans', sans-serif, Arial;
|
||||
font-size: 14px;
|
||||
margin:0;
|
||||
background-repeat:no-repeat !important;
|
||||
background-size: contain !important;
|
||||
background-image: url(/images/header-map-1280px.png);
|
||||
}
|
||||
a{
|
||||
color: #499DCE;
|
||||
transition: color .2s;
|
||||
|
|
|
|||
Loading…
Reference in a new issue