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