Add font Pacifica
This commit is contained in:
BIN
site/style/fonts/Pacifico-Regular.eot
Normal file
BIN
site/style/fonts/Pacifico-Regular.eot
Normal file
Binary file not shown.
11945
site/style/fonts/Pacifico-Regular.svg
Normal file
11945
site/style/fonts/Pacifico-Regular.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 1.5 MiB |
BIN
site/style/fonts/Pacifico-Regular.ttf
Normal file
BIN
site/style/fonts/Pacifico-Regular.ttf
Normal file
Binary file not shown.
BIN
site/style/fonts/Pacifico-Regular.woff
Normal file
BIN
site/style/fonts/Pacifico-Regular.woff
Normal file
Binary file not shown.
@@ -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 */
|
/* Beryozki */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Beryozki';
|
font-family: 'Beryozki';
|
||||||
@@ -35,7 +53,7 @@
|
|||||||
.normalText {
|
.normalText {
|
||||||
font-size: var(--textSize);
|
font-size: var(--textSize);
|
||||||
/* font-family: 'Sometype Mono', monospace; */
|
/* font-family: 'Sometype Mono', monospace; */
|
||||||
font-family: 'Tahoma';
|
font-family: 'Pacifico';
|
||||||
/* color: rgb(0, 0, 0); */
|
/* color: rgb(0, 0, 0); */
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user