add list class and Ubuntu font
This commit is contained in:
@@ -1,3 +1,56 @@
|
||||
@font-face {
|
||||
font-family: 'Ubuntu Mono';
|
||||
src: url('/fonts/UbuntuMono-Regular.woff2') format('woff2'),
|
||||
url('/fonts/UbuntuMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/fonts/Ubuntu-Bold.woff2') format('woff2'),
|
||||
url('/fonts/Ubuntu-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
|
||||
url('/fonts/Ubuntu-BoldItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/fonts/Ubuntu-Italic.woff2') format('woff2'),
|
||||
url('/fonts/Ubuntu-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/fonts/Ubuntu.woff2') format('woff2'),
|
||||
url('/fonts/Ubuntu.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
}
|
||||
|
||||
.font-monospace {
|
||||
font-family: 'Ubuntu Mono', monospace !important;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user