mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 08:14:49 +00:00
fuck italic font
Signed-off-by: Gen <buzhybrid@gmail.com>
This commit is contained in:
parent
621cdbdd03
commit
2d6131d1ef
1 changed files with 0 additions and 28 deletions
28
style.css
28
style.css
|
@ -122,7 +122,6 @@ body {
|
|||
background-color: var(--ctp-base);
|
||||
color: var(--ctp-text) !important;
|
||||
font-family: "Urbanist", Arial, sans-serif;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -140,28 +139,6 @@ body {
|
|||
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* Victor Mono - latin */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'VictorMono';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url('./fonts/VictorMono-Italic.woff2') format('woff2');
|
||||
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* urbanist-700 - latin */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Urbanist';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('./fonts/urbanist-v15-latin-700.woff2') format('woff2');
|
||||
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
font-size: 1em;
|
||||
|
@ -205,7 +182,6 @@ li {
|
|||
text-align: center;
|
||||
list-style-type: none;
|
||||
margin-bottom: 1.5px;
|
||||
font-family: "VictorMono", Courier, monospace;
|
||||
font-style: italic;
|
||||
align-content: center;
|
||||
}
|
||||
|
@ -240,8 +216,6 @@ footer {
|
|||
font-size: 1.25em;
|
||||
margin: 5px;
|
||||
line-height: 1.75em;
|
||||
font-family: 'VictorMono', Courier, monospace;
|
||||
font-style: italic;
|
||||
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||
}
|
||||
|
||||
|
@ -257,8 +231,6 @@ select {
|
|||
font-size: 1em;
|
||||
line-height: 1.25em;
|
||||
border-radius: 7px;
|
||||
font-family: 'VictorMono', Courier, monospace;
|
||||
font-style: italic;
|
||||
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue