include font face for the fonts
parent
326d423591
commit
92d45bbe10
@ -1,32 +1,50 @@
|
|||||||
body {
|
@font-face {
|
||||||
font-family: Eurostile;
|
font-family: DuctusRegular;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src: url("../fonts/DuctusRegular.woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "CascadiaCode VTT";
|
||||||
|
font-weight: normal;
|
||||||
|
src: url("../fonts/CascadiaCode-Light.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
@font-face {
|
||||||
list-style-type: none;
|
font-family: "CascadiaCode VTT";
|
||||||
padding: 0 0;
|
font-weight: bold;
|
||||||
margin-bottom: 1cm;
|
src: url("../fonts/CascadiaCode-Bold.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
dfn, samp, dd {
|
body {
|
||||||
text-align: center;
|
font-family: "CascadiaCode VTT";
|
||||||
}
|
}
|
||||||
|
|
||||||
mark {
|
ul {
|
||||||
background: yellow;
|
list-style-type: none;
|
||||||
display: block;
|
padding: 0 0;
|
||||||
clear:both;
|
margin-bottom: 1cm;
|
||||||
padding-left: 0.5cm;
|
|
||||||
font-family: DuctusRegular;
|
|
||||||
}
|
}
|
||||||
h1{
|
|
||||||
font-family: DuctusRegular;
|
dfn,
|
||||||
|
samp,
|
||||||
|
dd {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
mark {
|
||||||
font-family: monospace;
|
background: yellow;
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
padding-left: 0.5cm;
|
||||||
|
font-family: "DuctusRegular";
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
h1,
|
||||||
font-family:CascadiaCode_VTT;
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-family: "DuctusRegular";
|
||||||
}
|
}
|
Loading…
Reference in New Issue