fonts
This commit is contained in:
@ -1,41 +1,48 @@
|
||||
.h1,
|
||||
h1 {
|
||||
}
|
||||
|
||||
.h2,
|
||||
h2 {
|
||||
}
|
||||
|
||||
.h3,
|
||||
h3 {
|
||||
}
|
||||
|
||||
.h4,
|
||||
h4 {
|
||||
}
|
||||
|
||||
.h5,
|
||||
h5 {
|
||||
}
|
||||
|
||||
.h6,
|
||||
h6 {
|
||||
}
|
||||
|
||||
a {
|
||||
&:visited {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
}
|
||||
|
||||
&:active {
|
||||
}
|
||||
}
|
||||
|
||||
.small {
|
||||
}
|
||||
|
||||
code {
|
||||
|
||||
// .h1,
|
||||
// h1 {
|
||||
// }
|
||||
//
|
||||
// .h2,
|
||||
// h2 {
|
||||
// }
|
||||
//
|
||||
// .h3,
|
||||
// h3 {
|
||||
// }
|
||||
//
|
||||
// .h4,
|
||||
// h4 {
|
||||
// }
|
||||
//
|
||||
// .h5,
|
||||
// h5 {
|
||||
// }
|
||||
//
|
||||
// .h6,
|
||||
// h6 {
|
||||
// }
|
||||
//
|
||||
// a {
|
||||
// &:visited {
|
||||
// }
|
||||
//
|
||||
// &:hover {
|
||||
// }
|
||||
//
|
||||
// &:active {
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// .small {
|
||||
// }
|
||||
//
|
||||
// code {
|
||||
//
|
||||
// }
|
||||
|
||||
// tahoma
|
||||
|
||||
.sample {
|
||||
margin: 25px;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
@ -25,4 +25,3 @@ ul,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,48 @@
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/roboto-light-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-light-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src: url('/assets/fonts/roboto-italic-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-italic-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/roboto-regular-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-regular-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/roboto-bold-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-bold-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
src: url('/assets/fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-bolditalic-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'inconsolata';
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/inconsolata-bold-webfont.woff2') format('woff2'), url('/assets/fonts/inconsolata-bold-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'inconsolata';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/inconsolata-regular-webfont.woff2') format('woff2'), url('/assets/fonts/inconsolata-regular-webfont.woff') format('woff');
|
||||
}
|
||||
|
Reference in New Issue
Block a user