Remove google fonts
This commit is contained in:
parent
fb84ba91f6
commit
7d55e40a8b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
old_2016/
|
||||
tags
|
||||
|
|
BIN
fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gKHuRB39fFz2lg.woff2
Normal file
BIN
fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gKHuRB39fFz2lg.woff2
Normal file
Binary file not shown.
BIN
fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gK_uRB39fFw.woff2
Normal file
BIN
fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gK_uRB39fFw.woff2
Normal file
Binary file not shown.
16
google-fonts-1637170518921.css
Normal file
16
google-fonts-1637170518921.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Chivo';
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: url(fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gKHuRB39fFz2lg.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Chivo';
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: url(fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gK_uRB39fFw.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<meta name="description" content="Benjamin Bädorf is a frontend engineer based in Germany. He does some freelance stuff every once in a while.">
|
||||
<meta name="Keywords" content="webdevelopment frontend javascript node freelance website why am i even doing this">
|
||||
<link href='https://fonts.googleapis.com/css?family=Chivo:900italic' rel='stylesheet' type='text/css'>
|
||||
<link href="/google-fonts" rel="stylesheet" type="text/css">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'chivo', sans-serif;
|
||||
|
|
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz) {});
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
nodejs
|
||||
];
|
||||
}
|
13
tags
13
tags
|
@ -1,13 +0,0 @@
|
|||
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
||||
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
|
||||
!_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/
|
||||
!_TAG_OUTPUT_FILESEP slash /slash or backslash/
|
||||
!_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/
|
||||
!_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/
|
||||
!_TAG_PROC_CWD /home/ben/Workspace/bbcom/ //
|
||||
!_TAG_PROGRAM_AUTHOR Universal Ctags Team //
|
||||
!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
|
||||
!_TAG_PROGRAM_URL https://ctags.io/ /official site/
|
||||
!_TAG_PROGRAM_VERSION 5.9.0 //
|
||||
aka index.html /^ <p>Benjamin Bädorf <span id="aka">AKA <span>B12F<\/span><span class="hidden">Yule<\/span><s/;" I
|
||||
theme-color index.html /^ <meta name="theme-color" content="#000000" id="theme-color" \/>$/;" I
|
Loading…
Reference in a new issue