Add font Pacifica
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
/* Pacifico */
|
||||
@font-face {
|
||||
font-family: 'Pacifico';
|
||||
src: url('/style/fonts/Pacifico-Regular.eot') format('embedded-opentype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Pacifico';
|
||||
src: url('/style/fonts/Pacifico-Regular.woff') format('woff'),
|
||||
url('/style/fonts/Pacifico-Regular.ttf') format('truetype'),
|
||||
url('/style/fonts/Pacifico-Regular.svg#Pacifico-Regular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Beryozki */
|
||||
@font-face {
|
||||
font-family: 'Beryozki';
|
||||
@@ -35,7 +53,7 @@
|
||||
.normalText {
|
||||
font-size: var(--textSize);
|
||||
/* font-family: 'Sometype Mono', monospace; */
|
||||
font-family: 'Tahoma';
|
||||
font-family: 'Pacifico';
|
||||
/* color: rgb(0, 0, 0); */
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user