aboutsummaryrefslogtreecommitdiff
path: root/site/css/styles.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-24 20:18:48 -0300
committerEuAndreh <eu@euandre.org>2020-01-24 20:18:48 -0300
commitcb4a202e9de3bc5b940cea0f62ce5179c11b234d (patch)
treeec8b354d225157c695449bdbfcd5d93173513822 /site/css/styles.css
parentTODOs.org: clean-up finished tasks (diff)
downloadeuandre.org-cb4a202e9de3bc5b940cea0f62ce5179c11b234d.tar.gz
euandre.org-cb4a202e9de3bc5b940cea0f62ce5179c11b234d.tar.xz
CSS: stop using custom fonts
Diffstat (limited to '')
-rw-r--r--site/css/styles.css81
1 files changed, 2 insertions, 79 deletions
diff --git a/site/css/styles.css b/site/css/styles.css
index 6bafcbc..91653e4 100644
--- a/site/css/styles.css
+++ b/site/css/styles.css
@@ -1,73 +1,3 @@
-/* Fonts */
-
-
-/* Linux Libertine */
-
-@font-face {
- font-family: 'Linux Libertine';
- src: url('/fonts/LinLibertine_R.woff');
- font-weight: normal;
- font-style: normal;
-}
-
-@font-face {
- font-family: 'Linux Libertine';
- src: url('/fonts/LinLibertine_RI.woff');
- font-weight: normal;
- font-style: italic;
-}
-
-@font-face {
- font-family: 'Linux Libertine';
- src: url('/fonts/LinLibertine_RB.woff');
- font-weight: bold;
- font-style: normal;
-}
-
-
-/* Linux Biolinum */
-
-@font-face {
- font-family: 'Linux Biolinum';
- src: url('/fonts/linbio-r-subset.woff');
- font-weight: normal;
- font-style: normal;
-}
-
-@font-face {
- font-family: 'Linux Biolinum';
- src: url('/fonts/linbio-ri-subset.woff');
- font-weight: normal;
- font-style: italic;
-}
-
-@font-face {
- font-family: 'Linux Biolinum';
- src: url('/fonts/linbio-rb-subset.woff');
- font-weight: bold;
- font-style: normal;
-}
-
-
-/* Inconsolata */
-
-@font-face {
- font-family: 'Inconsolata';
- font-style: normal;
- font-weight: 400;
- src: url('/fonts/Inconsolata-Normal.woff');
-}
-
-@font-face {
- font-family: 'Inconsolata';
- font-style: normal;
- font-weight: 700;
- src: local('Inconsolata Bold'), local('Inconsolata-Bold'), url('/fonts/Inconsolata-Bold.woff');
-}
-
-
-
-
/* Main body */
body {
@@ -76,24 +6,18 @@ body {
margin: 0px auto 0px auto;
width: 1000px;
background-color: #f2eff4;
- font-family: 'Linux Libertine',serif;
+ font-family: serif;
line-height: 140%;
text-rendering: optimizeLegibility;
}
-h1, h2, h3 {
- font-family: 'Linux Biolinum',sans;
-}
-
header {
border-bottom: 2px solid black;
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
- font-family: 'Linux Biolinum',sans;
}
nav {
- font-family: 'Linux Biolinum',sans;
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -132,7 +56,6 @@ h2 {
}
pre {
- font-family: "Inconsolata",monospace;
white-space: pre-wrap;
border-left: 3ex solid #eee;
position: relative;
@@ -150,7 +73,7 @@ pre a:before {
}
code {
- font-family: "Inconsolata",monospace;
+ font-family: monospace;
}
article .header {