added comic neue to font folder; added some notes to the readme; moved css for intel one mono into a folder
This commit is contained in:
parent
b13977790a
commit
15885f2660
4 changed files with 54 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -16,4 +16,14 @@
|
|||
|
||||
- [Link](<url>)
|
||||
|
||||
<small></p>
|
||||
|
||||
<h6 align="center">WIP Notes</h6>
|
||||
<p><small>
|
||||
|
||||
- AO3 strips:
|
||||
- font embeds
|
||||
- comments
|
||||
- variables
|
||||
|
||||
<small></p>
|
||||
43
fonts/Comic Neue/comic-neue.css
Normal file
43
fonts/Comic Neue/comic-neue.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
/**
|
||||
* Links
|
||||
* - https://github.com/coollabsio/fonts
|
||||
* - https://fonts.google.com/selection/embed
|
||||
*/
|
||||
|
||||
@import url('https://api.fonts.coollabs.io/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
|
||||
|
||||
.comic-neue-light {
|
||||
font-family: "Comic Neue", cursive;
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.comic-neue-regular {
|
||||
font-family: "Comic Neue", cursive;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.comic-neue-bold {
|
||||
font-family: "Comic Neue", cursive;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.comic-neue-light-italic {
|
||||
font-family: "Comic Neue", cursive;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.comic-neue-regular-italic {
|
||||
font-family: "Comic Neue", cursive;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.comic-neue-bold-italic {
|
||||
font-family: "Comic Neue", cursive;
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
/**
|
||||
* Comic Neue
|
||||
*/
|
||||
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
|
||||
@import url('https://api.fonts.coollabs.io/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
|
||||
|
||||
.comic-neue-light {
|
||||
font-family: "Comic Neue", cursive;
|
||||
|
|
|
|||
Loading…
Reference in a new issue