mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Started design.
This commit is contained in:
35
assets/scss/_font.scss
Normal file
35
assets/scss/_font.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url("../font/OpenSans-Italic.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url("../font/OpenSans-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url("../font/OpenSans-Bold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url("../font/OpenSans-BoldItalic.ttf") format("truetype");
|
||||
}
|
||||
Reference in New Issue
Block a user